I have a report that calls another report using hyperlink in CR 2008. I have been successful with passing all the parameters except the two which happen to be date values. I've read through other posting but the solution seem to all be for jsp; unfortunately for me, my report is an aspx. Can you help with the syntax below...
" & GridRowColumnValue("Command.mkt") & "&lsSrpt_grp=" & GridRowColumnValue("Command.rpt_grp") & "&lsSrpt_mth=" & GridRowColumnValue("Command.rptdt15") & "&lsSgrp_by=" & {Command.grp_by} & "&lsSpaid_date=" & {Command.paid_date}
Below is an example of the hyperlink that was passed....
Again, all the parameter values pass correctly from the parent report to the child report except the two dates (rptdt15 & paid_date)I know it's the format of the dates that is wrong. I just cannot find anywhere how to format correctly.
" & GridRowColumnValue("Command.mkt") & "&lsSrpt_grp=" & GridRowColumnValue("Command.rpt_grp") & "&lsSrpt_mth=" & GridRowColumnValue("Command.rptdt15") & "&lsSgrp_by=" & {Command.grp_by} & "&lsSpaid_date=" & {Command.paid_date}
Below is an example of the hyperlink that was passed....
Again, all the parameter values pass correctly from the parent report to the child report except the two dates (rptdt15 & paid_date)I know it's the format of the dates that is wrong. I just cannot find anywhere how to format correctly.