Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Need to add AND in IF condition

Summary
Need to add AND in IF condition
Content
Hi Team,
I am trying to add AND in IF condition to hide few rows based on the condition but its not working for me.
The condition is <?if:CF_BALANCE!='0' and UNAPP_AMOUNT!='0'?>
It gets reflected in the tag like as follows
i have referred the following community answer to do it :
Kindly help me sort this issue,
Thanks,
Kishore
Answers
-
Are You directly updating the form field i.e C , use field browser and add the required code and then update , sometimes if you add directly change will not reflect ,
OR
directly paste the code <?if:(CF_BALANCE!='0' and UNAPP_AMOUNT!='0')?>
0 -
Hi,
This condition is used in 3rd XML tag named 'C' before 'CST_LOC' XML tag
Thanks,
0 -
Hi Gayathri,
I was not able to attach so i attached using my friend .
Please see the previous reply for attachment
Thanks
Kishore
0 -
Hi,
PFA,
-Thanks,
Kishore.S
0 -
Hi Gayathri
Thanks for the response.
As you have said i have tried but it results in same.
Thanks,
Kishore
0 -
Dont check the BI Publisher properties, what about the output?
Also in the uploaded RTF i don't this condition anywhere
0 -
Provide the RTF and the xml file for testing
0 -
Try this <?if: (CF_BALANCE!='0' and UNAPP_AMOUNT!='0') ?>
Thanks,
Gayathri
0 -
Thanks both of you for helping me out its working fine now
0 -
It's working for me. Just update the condition
<?if:(CF_BALANCE!='0' and UNAPP_AMOUNT!='0')?> using field browser and preview the output
Don't go and check the tags
0