Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

Hi all,

In the Ad-Hoc reports, I ask the user for a date range for the report (Filter). Does anyone know how to capture the dates (Between) and display them on the report?

Gary

  • 2 weeks later...
  • Author

Thank you Chris,

I can choose the proper dates for a report. What I want to do is print the dates chosen on the report.

Something like this in that report header.

"Service Work Detail from March 1, 2018 through March 15, 2018."

Gary

  • Staff

You can add something like this:

=Concatenate("report for the period ", AggMin({Tickets.Open Date Only})," till ",AggMax({Tickets.Open Date Only}))

Also, you can select the field from the spreadsheet and create the function

image.png.01c3697cb1c2a981aa7b8fb31611e304.png

  • 2 weeks later...
  • Author

Hi CHris,

Thank you for the help with this.  To help others out, I am posting what I actually used.  I was trying to print filter choices on a report, so I used the following.

=Concatenate(FilterValue(1,1)," - ",FilterValue(1,2))

From Filter

image.png.7c5ccdd0fbe964187e31137f7a763e6b.png

From Report

image.png.5ef01d58cb587480969d158dbd812774.png

Edited by Gary Haberl

Create an account or sign in to comment