Home
Designing Analytics Reports
expression issue
Migrateduser
<p>hi Experts,</p>
<p>I have this script on my older version of a reporting tool :</p>
<p> </p>
<p> </p>
<p>whileprintingtrcords;</p>
<p>stringvar sd;</p>
<p>if { function} like "qw" then bb := "quality work"</p>
<p>else</p>
<p>if {funcrion} like "bd" the bb := "bad door"</p>
<p>else</p>
<p>if {function} like "ny" the bb := "not yellow"</p>
<p>else</p>
<p>{function}</p>
<p> </p>
<p>and I want to use the same logic on BIRT Expression, I used the exact syntax but it gives me error and I also try to modify but it seems like I am doing something wrong the {function} filed in my design called</p>
<p>row["function"]</p>
<p>I appreciate any help advise</p>
<p>thanks</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
Find more posts tagged with
Comments
There are no comments yet