Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kiranb13
Contributor III
Contributor III

Need to use calculated measure as a filter in the report

Hi Team,

Below is my calculated measure.

num((sum(RAWVALUE)-(sum(SUMMATIONRAWVALUE)) - sum({<Readtime={'$(vPreviousReadDate)'}>}SUMMATIONRAWVALUE))/(sum(SUMMATIONRAWVALUE) -
sum({<Readtime={'$(vPreviousReadDate)'}>}SUMMATIONRAWVALUE)),'0%;0%')

I have the measure mentioned above. My requirement is 

1. I need to use the above mentioned measure as a filter. Filter via percentage.

2. if the negative values are displayed it should be displayed as absolute value and conditioned is applied with value should be greater than 1.

Can anyone suggest here ?

 

Labels (2)
0 Replies