Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
warfollowmy_ver
Creator III
Creator III

TOTAL COUNT. I broke my head... HELP

Hello.

I found the count of the of active SKU in stock (the remainder of the last date, if the sale was for the all select period).

Now I'm trying to make a TOTAL of this indicator and all breaks down when there is a choice of shops, I do not understand what is wrong, need help !!!

1 Solution

Accepted Solutions
PrashantSangle

Hi,

try below,

='TOTAL ' &

count(TOTAL {<[Shop]=,[Date]={'$(=MaxString(Date))'}, Stock-={'0'}, [SKU]={"=sum({<[Shop]=>} Sales)>0"}>}SKU)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

Hi,

try below,

='TOTAL ' &

count(TOTAL {<[Shop]=,[Date]={'$(=MaxString(Date))'}, Stock-={'0'}, [SKU]={"=sum({<[Shop]=>} Sales)>0"}>}SKU)

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
warfollowmy_ver
Creator III
Creator III
Author

Thank you!!!