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

Announcements
Discover how organizations are unlocking new revenue streams: Watch 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'},