I have a table that contains a counter which identifies what type of fee it is. For instance
ID Counter Amt
193 1 32.00
193 2 24.00
I am modifying a report that has text in GF3
Program Fee: I want $32 to display here since counter 1 is a prog fee
Discount Fee: i want $24 to display here since counter 2 is a disc fee
Originally the report used 1 view but I had to join another view which contained the fees. The report has several groups: title of course, course id.
I am rather confused on how I can get the proper amts to display.
The views are joined by taking the course id to the activity fee.
Thanks in advance