Can some-one please list down all the differences between @variable and @prompt.
Many thanks for your help
Kind Regards.
godgift (BOB member since 2004-07-09)
Can some-one please list down all the differences between @variable and @prompt.
Many thanks for your help
Kind Regards.
godgift (BOB member since 2004-07-09)
Is that the only difference?
Kind Regards,
Yeheya
godgift (BOB member since 2004-07-09)
A prompt asks for input, a variable provides you with output.
The @Prompt functionality is designed to solicit a response from the use, the @variable functionality is more rigid.
I’ve posted this elsewhere on here today, but worth doing again…
But I believe you can use @variable to take input from user. Is that not correct.
Thanks again for helping me out
Kind Regards.
godgift (BOB member since 2004-07-09)
That can be done, I use @variable in SQL data providers as @prompt gives errors
so long as the text is the same, only one prompt message will be shown at run time
Ottoman (BOB member since 2002-10-04)
Mak 1’s post in the suggested link answers this.
Jansi (BOB member since 2008-05-12)
Then probably the @prompt() function is not configured properly
The problem with using @variable() function for a prompt is:
As I said many times before, if you need a prompt in a report, use @prompt() function. And if you need a system/application value then use @variable() function.
Marek Chladny (BOB member since 2003-11-27)
Many thanks Marek. This is exactly what I was looking for - a complete list of difference.
Thanks again
Kind Regards.
godgift (BOB member since 2004-07-09)