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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Detach in charts

Hi all

I am trying to detach a bar chart by using the expression below but it doesnt seem to work.

Num(If([Numerator Flag] = 1 And [Summarise Flag] = 0 , Avg({1}Numerator),

  If([Numerator Flag] = 1 And [Summarise Flag] = 1, Sum({1}Numerator),

    If([Numerator Flag] = 0 And [Summarise Flag] = 0, (Avg({1}Numerator)/Avg({1}Denominator)),

      If([Numerator Flag] = 0 And [Summarise Flag] = 1, (Sum({1}Numerator)/Sum({1}Denominator)))))),[Format Code])

Labels (1)
3 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     What exactly is happening when you do some selection?

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Upon selections the bar chart changes. I would like it to be static independent of selections.

I wasnt sure if the expression is right.

Not applicable
Author

Incorrect Syantax. 'No Data to display'