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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikconsultant
Creator III
Creator III

ReportName() ?

I want to save the report name in a qvd file. I tried ReportName() but I get no result from this function.

I didn't found much information about ReportName(). Thanks for any help.

6 Replies
marcus_sommer

Do you mean documentname() ?

- Marcus

qlikconsultant
Creator III
Creator III
Author

Yes that correct.

But I'm still curious, what does ReportName() do?

marcus_sommer

This is a function for QlikView Reports: Using QlikView’s Report Editor.

- Marcus

qlikview979
Specialist
Specialist

Hi ,

From help file

ReportName(report_number)

Returns the name of the report with the specified number within the active document.

Regards

avinashelite

I think ReportName() is a front end / UI function I don't think you could use the same in Script .

You could hard code the value in the script like

'Name of the report ' as report,

qlikview979
Specialist
Specialist

Hi Brother,

From help

These function can be used in charts and script.

Regards