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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

make help blink

Hi Team,

              I am new in qlikview...I have frontend requirement.....I have one dashboard...and 6 to 7  Sheet object Like bar garph, pi garph made....I didnot use caption....without checkin caption....i want to make help blink..for a particular garph...and donot increase area of Sheet Object.....is it possible...without checkin caption.....Please Help Me

14 Replies
morganaaron
Specialist
Specialist

So you want to explain what the chart shows but don't want to use the caption? Use the title and tick 'show title in chart'?

Still not quite sure what you're actually asking...

panipat1990
Creator II
Creator II
Author

Hi 

     I  want  to  show  charts  description  but  do  not  want  to  show  caption . .and  help  text  where  we  written  description  of  chart . .....

..checkout  of  caption . .......

panipat1990
Creator II
Creator II
Author

My Dashboard contain 5 to 6 chart........I want to make a Button like help ..When I click on button then it show description of all charts one by one...how is it possible in qlikview frontend.......please help me

panipat1990
Creator II
Creator II
Author

images.png This type of button...i want to make...when i click then it show decription of charts one by one

morganaaron
Specialist
Specialist

Sounds like you just need a button and or text box to act as a trigger for conditional show boxes?

Create a variable like vShow and then clicking your button/textbox set the action to set vShow to a given number, where each number corresponds to a box about one of the particular charts - this would have to run in sequential order though, I'm not sure you'd be able to dictate showing help for a particular chart through only one button.

I'd the set the value to something like

If(vShow >= 5, 0, vShow + 1)

And then create either one textbox with an if expression for it's main body, or 5 text boxes if you have 5 charts.

Hope that makes sense.