cancel
Showing results for 
Search instead for 
Did you mean: 

Please help me to create Object in Universe Designer when use SAP BW

Former Member
0 Kudos

Dear all,

I used SAP BW 3.5 as data source in Universe Designer 12.0.0.0, i created new object names Amount with following code:

<EXPRESSION>@SELECT(Key Figures\Quantity)*@SELECT(Key

Figures\Price)</EXPRESSION>

When i click Parse to review the object definition, i get an error: Parse failed: Invalid definition (UNV0023)

Please help me to solve this error

Thanks

Danh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Designer functions are all case sensitiive. In your case you have to write @Select.

Last, check that the reference is correct and that the "Quantity" key figure belongs directly to the "Key Figures" class.

If there is a subclass like "Quantity" then use it instead of "Key Figures".

Remember also that classes name and objects name used in an @Select function are also case sensitive.

Regards,

Didier

Former Member
0 Kudos

Hi Didier,

In my case, "Quantity" and "Price" are two objects in the "Key Figures" class.

Regards,

Danh

Former Member
0 Kudos

Hi,

OK, so the syntax is @Select(Key Figures\Quantity) and @Select(Key Figures\Price)

Didier

Answers (0)