Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mandilicious
Creator II
Creator II

How to filter out rows on straight table?

Hi All

 

Please help I would like to display only where Type = 'Current'  in this straight table.

 

Filter.PNG

Thanks

1 Solution

Accepted Solutions
sunny_talwar

May be use set analysis in your expression to show only Type = 'Current'

Sum({<Type = {'Current'}>} Measure)

View solution in original post

4 Replies
sunny_talwar

May be use set analysis in your expression to show only Type = 'Current'

Sum({<Type = {'Current'}>} Measure)
mandilicious
Creator II
Creator II
Author

Thanks Sunny perfect.

mandilicious
Creator II
Creator II
Author

Hi Sunny

 

How can I filter in table box as well?

 

Thanks

sunny_talwar

To do this in table box, you will have to make a selection in Type field to select Current