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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set dimension doesn't work

Hello everybody,

today I have a problem with Set dimension. I need a selction for one day. But my formula has no result and I became a blank.

I have made a variable for Today.

=

count({<%Datum_2H={$(vToday)},PACKAGE_MASTER.STATUS={C},PACKAGE_MASTER.PACKAGE_TYPE={"*"}-{"A*","S*"}>} PACKAGE_MASTER.PACKAGE_ID) +

count({<%Datum_2H={$(vToday)},PACKAGE_MASTER.STATUS={H},PACKAGE_MASTER.AKolli={"*"}-{"kein"}>} PACKAGE_MASTER.PACKAGE_ID) -

sum({<%Datum_2H={$(vToday)},Bereich={$(vBereich)},ITEM_MASTER.COMMENT_CODE=,PACKAGE_MASTER.PACKAGE_TYPE=>}  Plan_2H)

What is the problem in this formula?

Please help.

Greetings Sven

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try in quote

     Something like this.

     count({<%Datum_2H={"$(vToday)"},.......

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try in quote

     Something like this.

     count({<%Datum_2H={"$(vToday)"},.......

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thanks for your help