cancel
Showing results for 
Search instead for 
Did you mean: 

@variable

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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.

Former Member
0 Kudos

Post Author: jsanzone

CA Forum: Integrated Solutions

Which @variable do you have in mind?