We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Ability to use 'Me Token' in SQL Query Dashboards
For example, this would allow the re-creation of My Work, Team Work displaying extra columns including even custom ones.
Here's my mock up example.
We cannot promote Views containint the ME token this is a good soluion to create grids and charts such as:
Reviews Activities I need to Review
My Incdients
My Service Requests
Work Items Created be Me
Problems assigned to My Team
...
Please up vote if you or your organisation want to see custom grids and charts based on the logged on user in the Cireson Portal
Geoff
Comments
Personally I would rather they had added the @UserId and @IsWorkItemScoped parameters separately rather than combine them into one.
Woooooo!!!!
I think further SQL query functionality is coming soon too to allow more dynamic filters.
Now - works for us! Thank you.
@UserId - is a GUID.
So for "Created By Me" view we just do:
where wi.CreatedByUserId = @UserId