barkerpaul
IS-IT--Management
Hello!
We are in process of converting our reports from SQR to Actuate and we are at the stage of defining the strategy of developping those reports in actuate.
We have to produce the same set of reports in many languages or regional settings.
What we use to do with SQR, is :
1- Have the same source code XXXX.SQR.
2- Any local/translation thing exist in an include file.
When we compile the reports in a certain language or region, we only have to change the include file to suit the local unit requirement.
For example :
in the SQR file you will find :
===========================
PRINT &Estlabhrs (, {col26}) edit {Number1}
===========================
in the include file you will find
==========================
#DEFINE Number1 '9999.99'
============================
Is there a way to do the same thing with actuate?
Usually in an include file we put :
All date formats
All number formats
All columns labels
........
Any suggestions would be appreciated, Many thanks,
Paul
We are in process of converting our reports from SQR to Actuate and we are at the stage of defining the strategy of developping those reports in actuate.
We have to produce the same set of reports in many languages or regional settings.
What we use to do with SQR, is :
1- Have the same source code XXXX.SQR.
2- Any local/translation thing exist in an include file.
When we compile the reports in a certain language or region, we only have to change the include file to suit the local unit requirement.
For example :
in the SQR file you will find :
===========================
PRINT &Estlabhrs (, {col26}) edit {Number1}
===========================
in the include file you will find
==========================
#DEFINE Number1 '9999.99'
============================
Is there a way to do the same thing with actuate?
Usually in an include file we put :
All date formats
All number formats
All columns labels
........
Any suggestions would be appreciated, Many thanks,
Paul