By: mey - meyali
defining the select
2004-11-22 10:56
HI!!!
I have this query
select * from Table1
and i want somethig like this:
select $P!{fields} from $P!{table} where $P!{partwhere}
The 'where' part is working, but how can i do the select $P!{fileds} part, and use it for display the results in the report???
Help me please!!!!
Thanks!!
defining the select
2004-11-22 10:56
HI!!!
I have this query
select * from Table1
and i want somethig like this:
select $P!{fields} from $P!{table} where $P!{partwhere}
The 'where' part is working, but how can i do the select $P!{fileds} part, and use it for display the results in the report???
Help me please!!!!
Thanks!!
1 Answer:
Posted on August 18, 2008 at 5:30am
SELECT
$P!{col1} as col1
FROM
"AML".$P!{table1}
i have all the sollution if u like to have more detail contact me