Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
deeavhad
Contributor
Contributor

Chart is not displaying

HI,

I am getting , "The chart is not displayed because it contains only undefined values" this message

my measure is- 

Sum({<[Status] ='Closed - Meets Standard',[Org level 1]='Global Operations',[Work location country/territory]='Ireland'>+<[Status] ='Closed - Meets Standard',[Org level 1]='Accenture Operations',[Work location country/territory]='Ireland'>}If(date(Floor([Accenture start date])) - Date(floor(Closed)) >= 2, 1, 0))/
Sum({<[Status] ='Closed - Meets Standard',[Org level 1]='Global Operations',[Work location country/territory]='Ireland'>+<[Status] ='Closed - Meets Standard',[Org level 1]='Accenture Operations',[Work location country/territory]='Ireland'>}if(Date(floor([Accenture start date])) - Date(floor(Closed)) >= 0,1,0))

 

Dimention is =[Accenture start date.autoCalendar.YearMonth]

 

Please guide me where I am going wrong

 

1 Reply
stevejoyce
Specialist II
Specialist II

To start, your set analysis values should be in { } so like...

[Status] = {'Closed - Meets Standard'},