susheeltips
Programmer
Hi Guys!
I have a catalog called "Testcat.cat" and one of the folder it contains is "Folder1", this folder has three columns "SubjectCode","Total_1","Total_2". Now my question is when a user selects these columns in a report, depending on the value in "SubjectCode" the column titles of "Total_1" and "Total_2" should change.
For example:
If "SubjectCode"=1 then the column title "Total_1" should appear as "Low_Total" and if "SubjectCode"=2 then the column title "Total_2" should appear as "High_Total". This should happen dynamically when the columns are selected into a report. Reports are built such a way that at a given time the data related to either "SubjectCode"=1 or "SubjectCode"=2 is displayed.
can someone help me out.
Thanks in advance.
I have a catalog called "Testcat.cat" and one of the folder it contains is "Folder1", this folder has three columns "SubjectCode","Total_1","Total_2". Now my question is when a user selects these columns in a report, depending on the value in "SubjectCode" the column titles of "Total_1" and "Total_2" should change.
For example:
If "SubjectCode"=1 then the column title "Total_1" should appear as "Low_Total" and if "SubjectCode"=2 then the column title "Total_2" should appear as "High_Total". This should happen dynamically when the columns are selected into a report. Reports are built such a way that at a given time the data related to either "SubjectCode"=1 or "SubjectCode"=2 is displayed.
can someone help me out.
Thanks in advance.