hello,
to print the selected parameter to the report, I use the formula:
"Status: " & Minimum ({?ProjectStatus} )
&
" to Status: " & Maximum ( {?ProjectStatus} )
The value can be 1 or 2.
I want to print when the value is 1 'open' and if 2 'closed'. I don't have succed with an if-then statement in the formula.
Any ideas?
Dan
to print the selected parameter to the report, I use the formula:
"Status: " & Minimum ({?ProjectStatus} )
&
" to Status: " & Maximum ( {?ProjectStatus} )
The value can be 1 or 2.
I want to print when the value is 1 'open' and if 2 'closed'. I don't have succed with an if-then statement in the formula.
Any ideas?
Dan