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

Formula not able to be counted

Hello, I have a summary page and a detail page attached in the qvw doucument that i have attached. I am trying to within the summary page count unique stores that made the case increase by either percentage or hard number.  The expectation field is working off a formula calculation.  I can't seem to qet qlikview to count distinct stores that have a "YES". The execution rate which is the column i'm trying to show the number in, does not seem to get updated when a change is made to the input boxes.

thanks,

Ismael

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try this expresison.

     count( aggr(If(SUM(RSQTY) >= (If(vSelect='Percentage',[Previous Year]*vCalculate,If(vSelect='Integer',vCaseIncrease))),AD_VIPID,0),Cluster,ClusterCnt))/ClusterCnt

     Hope this helps.

Regards,

Kaushik Solanki

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