Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
While selecting a specific range and taking report a report into pdf format, meantime that selected date range details not coming in pdf file
Hi @nidheesh
Not understanding your issue clearly, Do you just want to show the date range on the report?
How is this report build? Automation / Tabular Reporting or just a export sheet as PDF?
Regards Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn
Sheet are created with multiple charts and KPI is along with that we have a date picker also in that sheet
, When we are selected a date a date range and downloaded , in that pdf file that date picker area only become blank
Hi!
As a workaround instead of relying on the date picker UI, you may want to add a Text & Image object on the sheet that dynamically displays the selected date range using a Qlik expression:
'Selected Date Range: ' & GetFieldSelections(DateField)