Is it possible to create the effect of a new paragraph in an If/Then/Else text cacluation.
For example I currently have
if ( fact_masterActivity.totalCallLength >= fact_activityTargets.at_callTimeTarget )
then ('Text type one here. This should be a new paragraph in the report')
else ('Text type two here)
How do I get the true statement to display in the report like this
"Text type one here.
This should be a new paragraph in the report"
Rather than this
"Text type one here. This should be a new paragraph in the report"
------------------------------
Jonathan berry
------------------------------
#CognosAnalyticswithWatson