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: 
Not applicable

Set in set

Hi all! not work set with set.

count({<%date={">=$(=date(vMaxDateSale-15))<=$(=date(vMaxDateSale))"},

nomenclature={"=sum({<%date={">=$(=date(vMaxDateSale-15))<=$(=date(vMaxDateSale))"}residue)>=vAvgOst"},

nomenclature={"=sum({<%date={">=$(=date(vMaxDateSale-15))<=$(=date(vMaxDateSale))"}cost)>0"}>}

nomenclature)

where vMaxDateSale=41638

write error

8 Replies
Not applicable
Author

=count({1<%date={">=$(=date(max(%date)-15))<=$(=date(max(%date)))"},

nomenclature={"=sum({1<%date={">=$(=date(max(%date)-15))<=$(=date(max(%date)))"}>}cost)>0"}

>} nomenclature)

new....but not work

MK_QSL
MVP
MVP

Try First Portion and let me know whether it's working or not...

=count({<%date={">=$(=date(max(%date)-15))<=$(=date(max(%date)))"}>} nomenclature)

Not applicable
Author

work

MK_QSL
MVP
MVP

Now Check below by creating  a Straight Table

Dimension

nomenclature

Expression

=IF(sum({<%date={">=$(=date(vMaxDateSale-15))<=$(=date(vMaxDateSale))"}cost)>0,1,0)


Not applicable
Author

work.

MK_QSL
MVP
MVP

Is it possible to upload sample apps or sample data file?

Not applicable
Author

No. It on server of another company... only screens and code

MK_QSL
MVP
MVP

Can't you create dummy data in excel file (Only 10-15 lines)