IronRocket
Technical User
I’ve just created a report that has a parameter asking the user for a date range. The date field is formatted yyyy-mm-dd. The range of date that they choose I put in the page header section “IRs between yyyy-mm-dd and yyyy-mm-dd” that is a formula: "IRs between " & Minimum({?Date}) & " and " & Maximum({?Date});…So far so good. Only problem is that now I have to switch the format to mm/dd/yyyy…so I created a formula for this to rearrage the format: {CallLog.RecvdDate} [6 to 7] & "/" & {CallLog.RecvdDate} [9 to 10] & "/" & {CallLog.RecvdDate} [1 to 4]…I put this in a group header and it picks out the characters just fine and puts it how I want it (mm/dd/yyyy).
The only problem is that I want to put this in the page header where I already have the formula taking the user’s input from the parameter’s formula showing the date range. I don’t know how in the world I can put the two above formulas together to have the title in the page header say (with the new date format): “IRs from mm/dd/yyyy To mm/dd/yyyy.” Anyone have any suggestions?
The only problem is that I want to put this in the page header where I already have the formula taking the user’s input from the parameter’s formula showing the date range. I don’t know how in the world I can put the two above formulas together to have the title in the page header say (with the new date format): “IRs from mm/dd/yyyy To mm/dd/yyyy.” Anyone have any suggestions?