Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Straight Table not showing all the rows relevant to Expression Total

In a QlikView Straight table I have the expression as below. If user selects current year it should show rolling months for last 12 months. My expression total is showing correctly as 36 for the Year 2014 but only the rows specific to year 2014 is showing in the table (15 rows). I want to see all 36 rows relevant to the rolling months. Is it possible to do something like this.

if(Year=vCurrentYear,count(distinct{<No_of_Errors={'>=1'},TaskStatus={'COMPLETED'},ReviewYearMonth ={">=$(=Date(addmonths(Max(ReviewYearMonth), -11), 'MMM-YY')) <=$(=Date(Max(ReviewYearMonth),  'MMM-YY'))"},Year=>}QCID),count(distinct{<No_of_Errors={">=1"},TaskStatus={"COMPLETED"}>}QCID))

0 Replies