RE: What is info bust in BO, What is the main purpose of this?What is meant by report tracing in BO?When and where we use @variable function in BO?
I haven't heard about info bust but there is a tool called InfoBurst. It is a report distribution solution. Reports can be distributed in native (.rep) format or PDF HTML Text or Excel to a variety of destinations such as a Network Share FTP Site or E-mail attachment. Using InfoBurst with BusinessObjects you can schedule a report to run on a regular basis. InfoBurst will also distribute the report to any number of people or servers who may not have a BusinessObjects license.
RE: What is info bust in BO, What is the main purpose of this?What is meant by report tracing in BO?When and where we use @variable function in BO?
@Variable function can be used in BO designer this function can be used in the SELECT clause of objects for display to the user or in the WHERE clause to restrict data. @variable(BOUSER) returns the infoview user you can implement row-level restriction using this function.