Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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...
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 . .......
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
This type of button...i want to make...when i click then it show decription of charts one by one
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.