Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jsobrinho77
Creator
Creator

filter based in sum metrics

Hi guys,

I have a calculated column in my table, and I need to create a filter with the same calculation.

my expression:

ColumnA
=if(sum({<FACT={'A'},Date={'$(=min({<client=>}Date))'}>}Value)=0,'Y','N'), this return Y or N and I need to create a filter to this expression, is it possible?

 

3 Replies
sbaro_bd
Creator
Creator

Hi @Jsobrinho77,

Filter works with dimension.

When we take a look on your expression, you try to use an aggregated mesure to create a dimension which by definition is non-aggregated

The best way to get a calculated dimension like a "dimension" is to create it from your script editor.

Regards.

Jsobrinho77
Creator
Creator
Author

first of all, thank you for your answer..

this column is dynamic by date filter and client, I can't create into script editor, I need to create in the expression

anat
Master
Master

Create master dimension using same logic then use master dim as a filter