cancel
Showing results for 
Search instead for 
Did you mean: 

Row_Tooltip() not working in APO DP macro

jeevani
Explorer
0 Kudos

HI,

When i try to configure Row_Tooltip using macro function I am facing an error saying "Literals that take up more than one line are not permitted."

The syntax of my macro:

Step: Total Iterations

key figure (Attributes) =

ROW_TOOLTIP( 'key figure description' )

Accepted Solutions (1)

Accepted Solutions (1)

peter_wgerle
Explorer
0 Kudos

Hi,

sorry, I just now have seen this question. I assume you know the answer meanwhile. But nevertheless:

You have to write:

ROW_TOOLTIP( 'key_figure_description' )

Blanks are not allowed.

Answers (0)