Forum Discussion
Hussein_charif
Helper V
1 year agoHide matrix first row values
i have a matrix with 4 row levels in the following order: account name, date, name, service. i want to show the values of a measure i created called remaining time only on the service level, oth...
danextian
Super User
1 year agoISINSCOPE will work only if that specific level is expanded otherwise it will return blank. You can see below that without expanding the rows, the matrix doesn't return any rows at all. If you want to show the value, fully expand your hierarchy.
Hussein_charif
Helper V
1 year agohi danextian
for me, isinscope returns a blank table as you can see below
- Hussein_charif1 year ago
Helper V
i have 4 rows, i used : if ( ISINSCOPE([last row field]), _remaining, BLANK())