Hi,
I have a sql table with N columns of data. I need to run the same basic report on the table - each time ordering and summing on a particular column. I saw wiki page for Dynamically+Generating SQL but i dont think that will work for me - as my report needs to access to all the columns in the table. I would also only like use use the report designer interface.
I was wondering if one can access a particular column in the row via a parameter?
For example - i create a string field and i give it a value of something like`mytablename`.${columnName} where ${columnName} has the column i want to work on(`col1`). Or maybe the value is defined as just ${columnName} and that has the full path to the data (like `mytable`.`col1`}
thanks for any help
GA


Reply With Quote