Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
anagharao
Creator II
Creator II

Column() in a text object

Hi all,

I'm using a text object to show the Actual for the month selected. I'm including arrow icons to show if they are negative of positive. Now i need to color it red or green accordingly.

I could do this in a chart table using column() function in background property of the expression. Could you please help me in doing the same in a text box as well.

I understand that the formula could be repeated, however i'm concerned about the maintenance issue it might pose in the future.

Regards,

Anagha

1 Solution

Accepted Solutions
pho3nix90
Creator II
Creator II

In  a text object you will have to repeat the expression, however that being said rather put the expression in a variable and then use it in the text object. This way will make maintenance the same as using Column() in a chart.

Remember when using variables, never include the equal '=' in the variable expression, otherwise it will be calculated without dimensions, when leaving the equal out it will calculate on the object.

Please see attached.

View solution in original post

6 Replies
prasadcm
Creator II
Creator II

arasantorule
Creator III
Creator III

Hi,

The option is shown below. Thanks

Colour.png

prasadcm
Creator II
Creator II

Hi,

Check if it is right.

Regards,

Prasad

pho3nix90
Creator II
Creator II

In  a text object you will have to repeat the expression, however that being said rather put the expression in a variable and then use it in the text object. This way will make maintenance the same as using Column() in a chart.

Remember when using variables, never include the equal '=' in the variable expression, otherwise it will be calculated without dimensions, when leaving the equal out it will calculate on the object.

Please see attached.

susovan
Partner - Specialist
Partner - Specialist

Hi Anagha'

Try this attachment,

Warm Regards,
Susovan
anagharao
Creator II
Creator II
Author

Thank you!