Is it possible to provide external stylesheet parameter value in document specification file in RPE?
I am using RPE v2.0.1. I am using external stylesheet common for all documents which I am applying everytime while generating report. There is an entry in stylesheet named XYZ, and I want to implement XYZ in document specification(dsx file).
Is there a way to make XYZ as an external variable in stylesheet so that I can provide value for XYZ while generating report?
2 answers
No, you cannot refer RPE variables in "Stylesheet" property of the output.
Comments
Thanks for your response Subramanya.
Does it mean stylesheet which we apply in RPE is fixed. we can not change stylesheet values in document specification by any way?
I will rephrase the question.
For example, I have one entry in stylesheet(.dot file) named DocumentNumber. I want to edit DocumentNumber in such a way that it will pop up as an external variable while generating the output. I want to provide DocumentNumber value by User interface every time I generate the report.
Can you tell what "DocumentNumber" will be used for? Based on its purpose, I can suggest other options available.
DocumentNumber is a field in a stylesheet to provide the proper document number as per client specification(for eg TAS3469). right now that field is filled manually after every document generation. so our requirement is to provide this value from the user interface while generating document(in document specification file).
This DocumentNumber field is in the stylesheet so I am not able to find any way to make it as an external variable and provide it's value while generating output.
Could you please suggest any thing so that I can make this stylesheet field to work as an external variable?
Comments
Thanks in Advance!!
I have created fields in RPE template and mapped those with stylesheet fields.
It's working now.
Thank you so much for your help.