Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Conditional CSS in Apex Sql Report

user5784286May 22 2014 — edited Jun 4 2014

Hi ,

         I Have a Report Which Displays Rows based on the Parameters Selected . i have written some code in CSS in Region Header  .

if only one row is displayed as result of my parameters selected then my CSS code in region header should not fire only when

only when as result of my parameters selected my CSS code should fire .

but WHEN I WRITE  IF  :129_CUSTOMER_NAME  = 'ALL' THEN

                                      <div style="direction:ltr;">

                                  END IF;

The if then else clause is not recognized . so can some one let me know how to write Conditional CSS..

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 2 2014
Added on May 22 2014
11 comments
2,002 views