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

Identify store v2

Hi all,

How can I obtain a straight table with the number of duplicated stores ?

Thank for your help.

Judikael.


Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Try Straight table..

Dimension = Store

Expression = COUNT(Distinct Month)

or

COUNT(DISTINCT {<NbrStore = {'>0'}>} Month)

Hope this helps..

View solution in original post

4 Replies
swuehl
Champion III
Champion III

Duplicated in what context? Or how do you get e.g. the number 7 for store A01?

Not applicable
Author

When I select store A00, I see nov, oct, sept, aout, juil and juin so 6 for A00.

I want to obtain the list of duplicated store by year or by month if there are duplicated by month in the straight table .

MK_QSL
MVP
MVP

Try Straight table..

Dimension = Store

Expression = COUNT(Distinct Month)

or

COUNT(DISTINCT {<NbrStore = {'>0'}>} Month)

Hope this helps..

Not applicable
Author

Hi Manish,

It works well.

Thanks.