Hi,
Environment: Sybase data warehouse - Framework manager / Reportnet in front of that and Windows XP Pro on my desk PC.
I am rewriting a report that is based on an application which allows the user to do some pretty cool stuff - basically: define their own filter (as well as using all the standard prompts and things).
They have a screen where they can select certain columns from tables in the database then put different operators between them like >; <; >=; <= etc.
Ideally what I need to do is create a similar interface but its a little outside the scope of ReportNet (Query Studio would be perfect for this but not in our environment unfortunately) so boiling the problem down to the most basic level: I need to let the user enter a string into a text entry prompt (eg: 'colA >= ColB') then I need to pass that string as the final statement in the generated query's filter.
Any ideas will be greatly appreciated - I hope my explanation is clear enough.
TIA
M
Environment: Sybase data warehouse - Framework manager / Reportnet in front of that and Windows XP Pro on my desk PC.
I am rewriting a report that is based on an application which allows the user to do some pretty cool stuff - basically: define their own filter (as well as using all the standard prompts and things).
They have a screen where they can select certain columns from tables in the database then put different operators between them like >; <; >=; <= etc.
Ideally what I need to do is create a similar interface but its a little outside the scope of ReportNet (Query Studio would be perfect for this but not in our environment unfortunately) so boiling the problem down to the most basic level: I need to let the user enter a string into a text entry prompt (eg: 'colA >= ColB') then I need to pass that string as the final statement in the generated query's filter.
Any ideas will be greatly appreciated - I hope my explanation is clear enough.
TIA
M