Jump to content

Pulseway Ad-Hoc Reports


Gary Haberl

Recommended Posts

  • 2 weeks later...

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

Link to comment
Share on other sites

  • 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

Link to comment
Share on other sites

  • 2 weeks later...

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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...