Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Hello,
I want to group the hour type report in text mode and show grouping as "Billable" if hour type id is task time or issue time and as "Non Billable" for rest of hour types. Please help me here to achieve this grouping.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi,
The following text mode should do it:
textmode=true group.0.displayname=Hour Type group.0.valueexpression=IF({hourType}="Task Time"||{hourType}="Issue Time","Billable","Non Billable") group.0.valueformat=string
Best Regards,
Rich.
View solution in original post
Views
Like
Replies
Likes