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

can you help me in set analysis expression

Hi,

I want to find out the test availability

formula level1 %=(total available hours per month for level1 - sum(demo) / total available hours per month for level1

I have used expression:

if([Level]<>'Level 2',((24*Count(Month)*(193))-(sum([demo])))/(24*Count(Month)*(193)))

and to find out the Level2 formula

formula level2 %=(total available hours per month for level2 - sum(demo) / total available hours per month for level2

total available hours per month for level2 calculations

=16hrs

      *

=31days(Month) - [Is Week End]<>1

     *

=611 Applications

Note: Except Sundays only 6days in a week so I used a flag [Is Week End]<>1

if([Is Week End]<>1,((16*Count(Month)*(611))-(sum([demo])))/(16*Count(Month)*(611)))

So after using the above expression when I  am selecting level 1 or level2 in separate check box my pivot table is not getting displayed and test tube chart is not getting displayed,

So can you kindly help me

   

LevelDemo
Level10
Level10.0333333
Level10.05
Level10.0666667
Level10.0833333
Level10.1
Level10.1166667
Level10.1333333
Level10.15
Level10.2333333
Level285.383333
Level285.633333
Level287.816667
Level288.583333
Level288.883333
Level289.433333
Level289.983333
Level293.05
Level294.833333
Level295.616667
1 Reply
sunny_talwar

Can you share your qvw document?