Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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