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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store count needed over a condition

Dear all,

I have used an expression to display stores for which data is not sync as follows:

In a straight table i have used this expression to display stores for which data is not sync where my dimension is "Site"

if(num(If((Date(Today()-1,'DD/MM/YYYY'))-(MaxString({1<Month=,Year=,@_TABLE={'T1'}>}%_TARNDATE))<15,

Date(Today()-1,'DD/MM/YYYY')))

-num(If((Date(Today()-1,'DD/MM/YYYY'))-(MaxString({1<Month=,Year=,@_TABLE={'T1'}>}%_TARNDATE))<15,

MaxString({1<Month=,Year=,@_TABLE={'T1'}>}%_TARNDATE)))>0,

num(If((Date(Today()-1,'DD/MM/YYYY'))-(MaxString({1<Month=,Year=,@_TABLE={'T1'}>}%_TARNDATE))<15,

Date(Today()-1,'DD/MM/YYYY')))

-num(If((Date(Today()-1,'DD/MM/YYYY'))-(MaxString({1<Month=,@_FinFullYear=,@_TABLE={'T1'}>}%_TARNDATE))<15,

MaxString({1<Month=,Year=,@_TABLE={'T1'}>}%_TARNDATE))))

This expression is working fine

now in a text object I want to count this stores:

count of stores where this condition is applied.

Please help.

Labels (1)
2 Replies
Vegar
MVP
MVP

It is {1<>}  that is preventing your selections to affect the expression. Is it possible to change them into {$<>} set?

vinieme12
Champion III
Champion III

What is the condition?? in words please

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.