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: 
oehizele
Partner - Contributor
Partner - Contributor

Set Analysis

I need an assistance here.

the Old model has these function

$(fnDealCount($(vCompletedDealStatus),$(vDealHasWarranty)))

/

$(fnDealCount($(vCompletedDealStatus)))

the new model has below definitions

vCompletedDealStatus = [Deal.fldStatus]= {'Posted','Delivered'}


vDealHasWarranty = [Deal.FldDealKey]={"=sum(Aggr({1}sum([DealWarranties.FldPrice]),[Deal.FldDealKey]))>0"}


QUESTIONS


Kindly assist by writing the old model using the new model definitions


0 Replies