Now I want to append the date the user entered in the dialog which I created in the Query Panel / Conditions. I tried
= "start date: " + @variable(‘start date’)
For example, if you set up the prompt in the query panel to be ‘Start Date?’ then it would be like this:
="Start
Date: " + UserResponse(“Query1 with XXUNI”,“Start Date?”)
If you want to format this to be just the date you could do that also.
Tim
Tim Heuer
PacifiCare Health Systems
(714) 825-5702 - office
(800) 946-4645 pin 1404017 - pager heuer_tk@exchange.phs.com
Now I want to append the date the user entered in the dialog which I created in the Query Panel / Conditions. I tried
= "start date: " + @variable(‘start date’)
no go
Any help greatly appreciated
Besides the UserResponse() -function, you can also check out ApplicationValue()-function, eg =ApplicationValue(“BOUSER”)