Skip to Content

@variable

Post Author: polly

CA Forum: Integrated Solutions

hi.

im a beginner in business objects....can anyone pleaase tell me how to define a variablr in BO

0
Add a comment
10|10000 characters needed characters exceeded

author's profile photo Former Member
Former Member Jul 19, 2007 at 10:33 AM

0

67

Actions

4 Answers

author's profile photo Former Member
Former Member Jul 19, 2007 at 03:29 PM
0

Post Author: jsanzone

CA Forum: Integrated Solutions

Which @variable do you have in mind?

Add a comment
10|10000 characters needed characters exceeded

author's profile photo Former Member
Former Member Feb 16, 2008 at 04:32 PM
0

Post Author: Jinkoom

CA Forum: Integrated Solutions

In desktop intelligence a variable is anything whose value is determined at the time of user input. You therefore define one by the following:

@variable('Prompt Text') eg. @variable('Please Enter Account number'). When this has been done in your free hand query, A prompt will pop up that will ask for an account number when you refresh the report.

I hope this helps you.

Add a comment
10|10000 characters needed characters exceeded

author's profile photo Former Member
Former Member May 13, 2008 at 04:39 PM
0

Post Author: ChrisWilby

CA Forum: Integrated Solutions

Business Objects creates SQL to pass to the database, how can I see this being passed to the database.

When BO has @variable in its code it does not parse to Ingres correctly.

Add a comment
10|10000 characters needed characters exceeded

author's profile photo Former Member
Former Member May 14, 2008 at 04:15 PM
0

Post Author: amr_foci

CA Forum: Integrated Solutions

you can use @variable also to get the global business objects variables

like if you want to send the current user login ID and who is currently running this report based on this universe to the datase for example or you want to put it in a dimension and many of other businss objects variables

good luck

Add a comment
10|10000 characters needed characters exceeded