Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

Please add me Anil_Babu_Samineni to interact faster when reply back. Speak low think High.

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)
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.