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: 
Anonymous
Not applicable

Please Select Field A And B For View Chart

Dear Experts,


I want to create a chart with results like this, if the filter is not selected then the chart in show like below? If Filter Selected then Chart will be display data.


Thanks,

Jim

3 Replies
Anil_Babu_Samineni

You need to enable condition like

GetFieldSelections(Field)>0 and GetFieldSelections(Field1)>0

And You can assign message like?

Capture.JPG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
devarasu07
Master II
Master II

Hi,

refer to the Sample attachment

if(GetSelectedCount(Place)>0 and GetSelectedCount(Name)>0,1,0)

1.JPG

2.JPG

pradosh_thakur
Master II
Master II

You can follow what deva proposed if you want the output like that or else if you want to show anything with a text box or image then .

create a chart and layout condition getfieldselection(field)>0

create a text box with the image/text with layoutcondition getfieldselection(field)>0

place one top of another.

regards

Pradosh

Learning never stops.