dragonturtle
Programmer
Hi,
I've managed to output rows horizontally like this:
Albert {table.rate} {table.rate} {table.rate}
by contatenating the {table.rate} records into a string using a global variable.
I have two questions:
#1: Is it possible to create a report where the {table.rate} rows are in separate columns (e.g. not just a concatenated string in one column)?
#2: If the string is my only option, is there a way to sort the records in it (e.g. in order of smallest to largest rating).
I've managed to output rows horizontally like this:
Albert {table.rate} {table.rate} {table.rate}
by contatenating the {table.rate} records into a string using a global variable.
I have two questions:
#1: Is it possible to create a report where the {table.rate} rows are in separate columns (e.g. not just a concatenated string in one column)?
#2: If the string is my only option, is there a way to sort the records in it (e.g. in order of smallest to largest rating).