Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Friends,
I have attached a qlikview chart, its a block chart. When i hover the mouse on BLDG2, i see the caption as display in the below pic "BLDC=BLDG2 , SIZE=800" .
My question is: How can we have this caption displayed as part of the chart itself when it loads.
Ex. Instead of simply "BLDG2"
I want to have "BLDG2, SIZE=800"
You should try to encapsulate the entire story the chart is telling you. The caption occupies the top-most place in a chart, and the user can know what to look for in the chart. For instance, in the chart below, the caption doesn’t tell the user what the comparison is about Dollar General Customer Satisfaction Survey
Thankyou Arthur.
I copied the 2 lines ,but i am not getting the same output.
Modified expression 2 to be:
=IF(ISNULL(MAX(CUBICLE_SIZE,2)),'','INSERT CAPTION: ')&if(GetSelectedCount(BLDG)>=1 and GetSelectedCount(ROOM)>=1,IF(ISNULL(MAX(CUBICLE_SIZE,2)),'',MAX(CUBICLE_SIZE,2)),IF(ISNULL(MAX(ROOMSIZE,2)),'',MAX(ROOMSIZE,2)))
Click on the chart, then click on shift+ctrl to start shifting the position of the textbox.
Thanks and regards,
Arthur Fong
Nazneen, do not forget to come back and use the Accept as Solution button on the post(s) that helped you with things, quite a few folks that appear to deserve credit on this one, so be sure to circle back and do that so they do get credit and folks know which ones actually helped too. If you have further questions leave an update, otherwise just be sure to mark the posts that did help, you can mark more than one, just FYI.
Regards,
Brett