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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Appear a graph only when one value is choosen

Hello

Can some one explain me how to make that a graph will appear only when user choose a Serial number. and disappear if no SN was chooses

this graph is a stacked bars showing hours per day per FSE.

there is no meaning for this graph if we see all the machine

attached the data and qlikview

1 Solution

Accepted Solutions
ramoncova06
Partner - Specialist III
Partner - Specialist III

open the graph properties and then go to layout, in there on the middle right hand, click on conditional and then add  =GetSelectedCount(SN) >0

this make the graph to only be displayed upon a selection being done for the SN field

View solution in original post

4 Replies
sunny_talwar

Use the following condition on the Layout tab of your chart (Labors Per days).

=Count(DISTINCT SN) = 1

Capture.PNG

Also attaching your application for reference.

HTH

Best,

Sunny !

ramoncova06
Partner - Specialist III
Partner - Specialist III

open the graph properties and then go to layout, in there on the middle right hand, click on conditional and then add  =GetSelectedCount(SN) >0

this make the graph to only be displayed upon a selection being done for the SN field

Not applicable
Author

INCREDIBLE

THANKS a lot, One more thing I learned today

maxgro
MVP
MVP

or here (General tab)

1.png