Write some @functions with their functionality?

devquora
devquora

Posted On: Feb 22, 2018

 

There are many @functions used in Business Objects. The list is shown below:

  1. @Aggregate_Aware: This function is used to define one object for measures in fact table. This scenario is caused when we have the same fact table in different grains. The syntax is:
  2. @aggregte_aware(highest_level.lower_level)
  3. @Select: This function is re-used for an existing SELECT statement.
  4. @Where: It is used to find the where clause of an existing object.
  5. @Prompt: This function is used to ask the end user to enter any particular value in a given domain
  6. @Script: It is used to recover the visual basics of applications’ macro’s result.
  7. @Variable: The value assigned to the name or variable will be referenced using @Variable.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Business

    What do you mean by Business Object?

    Business Objects are designed for the business professionals to help them for retrieving the data..

    Business

    What are the characteristics of Business Objects?

    It has some characteristics which are described below:..

    Business

    List some advantages of using Business Object?

    Business Objects have many pros which are shown below:..