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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

PDF Report Issue

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.

8 Replies
ashfaq_haseeb
Champion III
Champion III

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

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

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

nihhalmca
Specialist II
Specialist II
Author

Thanks for your reply,

I am using QV 11.2 SR2.

nihhalmca
Specialist II
Specialist II
Author

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.

ashfaq_haseeb
Champion III
Champion III

Yes,

You have to select at-least one value from list box.

Regards

ASHFAQ

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

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

nihhalmca
Specialist II
Specialist II
Author

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.

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

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