I have a formula that I would like to show information related to a date as long as the date falls within the begin and end date parameters. I have 3 dates in the formula and it works for the first 2 dates in the formula, but if the 3rd date falls within the date parameters it's data does not show up in the report.
Below is the formula:
if {Sheet1_.SAR Date} in {?begin} to {?end}
then
{Sheet1_.SAR Date} & " " & {Sheet1_.SAR Time} & " " & {Sheet1_.Facilitator}
else
if {Sheet1_.90 Date} in {?begin} to {?end}
then
{Sheet1_.90 Date} & " " & {Sheet1_.90 Time} & " " & {Sheet1_.Facilitator}
else
if {Sheet1_.CP Date} in {?begin} to {?end}
then
{Sheet1_.CP Date} & " " & {Sheet1_.CP Time} & " " & {Sheet1_.Facilitator}
Is there a different way to write the formula to get data for the 3rd date (if it's within the parameters) to show on the report?
I am using CR 11.
Below is the formula:
if {Sheet1_.SAR Date} in {?begin} to {?end}
then
{Sheet1_.SAR Date} & " " & {Sheet1_.SAR Time} & " " & {Sheet1_.Facilitator}
else
if {Sheet1_.90 Date} in {?begin} to {?end}
then
{Sheet1_.90 Date} & " " & {Sheet1_.90 Time} & " " & {Sheet1_.Facilitator}
else
if {Sheet1_.CP Date} in {?begin} to {?end}
then
{Sheet1_.CP Date} & " " & {Sheet1_.CP Time} & " " & {Sheet1_.Facilitator}
Is there a different way to write the formula to get data for the 3rd date (if it's within the parameters) to show on the report?
I am using CR 11.