Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Actuate BIRT Designer Professional - Select statement with Case and Like clause

Status
Not open for further replies.

hmax

Programmer
Jan 22, 2012
60
0
0
US
Actuate BIRT Designer Professional
Version: 11.0.4
Build id: 20121023

Select statement - need to retrieve field results based upon two "like" scenarios.

E.g,.
Select
Table1.Field1,
Table2.Field2,
Case
If Table1.Field1 like ('%pass%') then "PASS"
If Table1.Field1 like ('%fail%') then "FAIL"
Else Table1.Field1
End
From
Table1,
Table2
Where
etc.

Coming from an SAP BO background, new to Actuate. Grateful for your help!

Thank you.

hmax
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top