Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am facing issue with pdf report. can you please help me on it. Product contains a,b,c values. i want to show one value in text box by selections.
When was i creating 'text' object with product in pdf report.it shows 'a' in text box by selection, when ever i click print preview or save as pdf, 'text' object shows null '-'.
Thanks in Advance
Regards,
NiHhal.
Hi,
What Version of Qlik you are using I tried with 11.2 SR6 and it worked fine.
Can you share your QVW to replace the issue?
Regards
ASHFAQ
Do you have a bookmark associated with your report, or are you forcing it to have no selections?
If on the desktop you have a selection so there is only one Product you will see a value. If then you create a report and you have told it to clear selections for the report it will show as null - as it can not show more than one Product in a text box.
Just a thought.
Steve
Thanks for your reply,
I am using QV 11.2 SR2.
Thanks for reply Steve,
With selection only, i am unable to see product in text box at print preview or saved file.
However i was able to see in application.
Yes,
You have to select at-least one value from list box.
Regards
ASHFAQ
If you need more than one product in a text box, you need to use concat, eg:
CONCAT(Product, ', ')
If you want multiple lines you can do that in the parameter:
CONCAT(Product, ',
')
Hope that helps.
Steve
i need to display one value only not more than that. text box shows one value in application level, when am i trying to save as pdf it show null '-' i hope you understand. sorry in-case i explain wrong in previous conversation.
Not sure I follow. One way of ensuring only one value in a text box in a report is to add a report band that is over the Product field.
Steve