vincent
3rd February 2003, 11:06
Hello All,
A real basic question, but help is needed !!!
How to I do a display session based on the below script ??
"select field1,field2,field3..... From tdpur045 where tdpur045.quap=0 and tdpur045.spur=5 "
Display should be a drop down listing i.e
Field1 Field2 Field3
------ ------ ------
1 ABC PQR
2 EGF XYZ
I have used the standard "Generate Session" to do a Display Session but the output is a display of the entire table. The script thus generated does not give me the option to add "Where " condition.
Any help is most welcome
A real basic question, but help is needed !!!
How to I do a display session based on the below script ??
"select field1,field2,field3..... From tdpur045 where tdpur045.quap=0 and tdpur045.spur=5 "
Display should be a drop down listing i.e
Field1 Field2 Field3
------ ------ ------
1 ABC PQR
2 EGF XYZ
I have used the standard "Generate Session" to do a Display Session but the output is a display of the entire table. The script thus generated does not give me the option to add "Where " condition.
Any help is most welcome