cancel
Showing results for 
Search instead for 
Did you mean: 

right to left order

Former Member
0 Kudos

Hi All,

I have  a report having language parameter.

My data is like this.

Name :     A

Address : ddd

Job : SSE

DOJ :  444

Now if user selects Arabic I have to show the data like this.



                                                                                                A    :  Name

                                                                                                ddd :  Address

                                                                                                SS  :  Job

                                                                                                444 :  DOJ

Please help

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Divya,

Easiest way to set this up is by:

1) Creating multiple details sections. On details section a place the matter that you would want to display left to right whereas on Details section b, place whatever you wish to display from right to left

2) Go to the section expert > select details a > use this suppression logic:

{?Prompt} = "Arabic"

3) For details b, use this suppression logic:

{?Prompt} <> "Arabic"


-Abhilash

Former Member
0 Kudos

Hi Abhilash,

Any other alternate my report is a performance appraisal report having many headers.

almost 300 labels are there.

abhilash_kumar
Active Contributor
0 Kudos

Other workaround involves playing with the 'size and position' option.

Please have a look at this thread you posted sometime ago:

-Abhilash

Answers (0)