Post Author: Jiri
CA Forum: General
Hi everybody,I have created main report linked to subreport. Everything is working fine. I want to modify slightly now. When there are no data in linked subreport I want to display "my text". So, I designed this formula:if Length ({wf_rpt_proofing_sub.reason_narrative})>0 then {wf_rpt_proofing_sub.reason_narrative} else 'no issues'But I still get either blank subreport or data from subreport, but never "no issues" text. Coul anybody give me a hint how to do this?ThanksJiri