Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
SOLVED

Text mode grouping for hours

Avatar

Level 2

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.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

1 Reply

Avatar

Correct answer by
Community Advisor

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.