Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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