Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am new to Qlikview and trying to use Text Box and want to show some text and image in tha text box.eg
Text - "5.34%"
Image -(upward arrow/Downword arrow)
So,Is ther any way to show both togather in one Text box.
Thanks
You could put your text on the Caption row, with the image beneath.
You will need to use the num() function to format the number. e,g. num(<your field, '#,##0%')
The Caption row only supports a single line of text.
Hi expert,
can u explain little bit clear i am new to qv
if u dont mind?
My favourite solution to this is instead using CHR(9651) and CHR(9961) for the arrows.
IF(XX>YY,CHR(9651),CHR(9961) etc.
Much easier to work with than with pictures and quick in terms of performance.
Kind regards
Niklas
Hi
I think we can use either text or image at a time because we should choose corresponding representation property.
Regards,
Pooja
Hi
may i know what is chr(9651) and chr(9961)
Hi Niklas,
Thanks for such instant reply,Your solution is good but problem is these arrows will not do any good,as not interactive enough.Instead I will be forced to make to different textboxes,one for text and one for image.
Any other solution or suggestion??
Regards,
Palash
Here is a very ugly web site, but with very useful information for this kind of solution.
http://www.alanwood.net/unicode/geometric_shapes.html
Another favourite of mine is using just a colored CHR(9679) to highlight a warning with a red circle, an alert with an orange circle etc.
Kind regards
Niklas
Hi Colin,
Actually I need like "77.12%"then along with some Arrow Image, and if I use caption for text,I can't be able to align both in same line.Please Correct me if got your solution wrong.
Regards,
Palash
Hi Guys,
So Making two different text boxes is the only way?? Because That also will create lot of problem because it will be very difficult to make it look like one Text box??
Any Inputs??
Regards
Palash