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

hide chart

Hi guys,

I have 2 charts. 1 shows data, when it's moto, the 2 -when it's boat.

I have mix list box of brands, where I munnally select my  Brand.

I have also field, which shows what type is it moto or boat. (it's background field, I don't select anything there)

Do you know what condition I can use to hide 1 of these charts?

Thanks,

1 Solution

Accepted Solutions
Not applicable
Author

Hi again,

look at the exam. app now:

I edited the show condition on both charts as described in my post above.

BUT is seems that the content of Type-field and the results-field doesn't fit, so I changed the conditions to this (wrong) data.

RR

View solution in original post

5 Replies
MK_QSL
MVP
MVP

You can do like

Go to layout and write a conditional expression

GetFieldSelections(Type)='moto '

it will show moto chart when you select moto

and

the same for other...

Not applicable
Author

Hi Vlad,

in chart props --> Layout Tab --> "show conditional".

Your Condition may be like this for chart 1

type='moto'

and for chart 2 like

type='boat'

Both expression without using an if().

Hth

Roland

Anonymous
Not applicable
Author

Thank for sharing ideas.

I don't select force type field.

Please see attached file.

thanks,

MK_QSL
MVP
MVP

enclosed

Also,

Select any one Type

go to Type List Box Properties and

tick Always one Selected Value

Not applicable
Author

Hi again,

look at the exam. app now:

I edited the show condition on both charts as described in my post above.

BUT is seems that the content of Type-field and the results-field doesn't fit, so I changed the conditions to this (wrong) data.

RR