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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Decode Vs CASE in IQD Files

Status
Not open for further replies.

Prasad678

Programmer
Dec 15, 2002
87
US
Hi,
I have an IMR which internally uses Decode function of Oracle.
When I save that as IQD, instead of Decode, CASE is used.

I tried changing all the INI settings like,
[Query Options] parameter, Case_To_Decode=T etc.. but still the probs exists.

IMR is fine, but IQD is not. Does anyone have a solution for this??




Prasad
RPrasad1@Chn.Cognizant.com
 
You need these 2 settings..

In the impromptu.ini file,
add the following under the [Query Options] section:
Use automatic Oracle Decode=0

In the cogdmor.ini file, change
Case_To_Decode=T to Case_To_Decode=F
under the appropriate version of the Oracle database.



CP [cook]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top