Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
susanjac
Contributor
Contributor

Filtering a measure

Hi,

I would like to filter out a set of dates created as measures from a table. Please help me with this.

Dimension is ticket ids from JIRA tool and dates are pulled out from JIRA with formula using set analysis. Using if function I have highlighted certain items in red by comparing two dates derived using set analysis. I would like to filter out the ones highlighted in red. 

Any way to do it?

susanjac_0-1611754793284.png

Thanks in advance.

 

 

Labels (2)
4 Replies
agigliotti
MVP
MVP

Hi @susanjac ,

How does your measure expression looks like?

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
susanjac
Contributor
Contributor
Author

Hi,

My expression looks like Max({<'conditions'>} 'date field from JIRA')

agigliotti
MVP
MVP

you should use a calculated dimension, you can't filter on measures value.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it
sonkumamon
Creator
Creator

Agigliotti is right. You need to create a new field for those dates in the script.

For example:

If(Match([PB Approval], 04 Nov 2020, 30 Dec 2020),[PB Approval]) as [PB Approval Calc]

and use this field for you measure.