Hi gurus,
Can anybody tell me the steps for creating a report whose headers can be shown in the langauage as per the locales. eg:- if a french user opens the reports he needs to see the column headers in french and if a spanish user opens the report he needs to see it in spanish.
Any helps and suggestions appreciated
thanks,
ug
I have got the solution using language variables in RS. Thanks
Hi,
You can use a macro if your column names are like this: LABEL_FR, LABEL_EN
You create in your FM a column like this LABEL_#use session parameter#
Like that it will be dynamic in Report Studio, you can find an example in the documentation.
Regards
Thanks Tevamana.
Hi,
For this you can achive it using parametermaps..(lookups like to have key and value to it).
and use macro to get the session parameters(it helps you to get the user locale details..i mean if french user loggoed in..locale language gives you French..).
Create a query subject out of it.. use it in report studio.. you can achive this.
Tell me if i am wrong.!!
i want to show the headers multi lingually. So i think language variable is the best way to achieve this.