Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing a expression value over a image

I want to show a plain background of a image (Color will be dependent the expression1 value) and I want to show the value the expression2 value over it.

How can I do it.

Also It will be great if some one can help me How to store the intermediate values during expression writing.

See example suppose mine goal is to find

L= (B+C+D+C)/E + ((B+C+D+C)/E)^2

Something like that

it wil be better if i can store the A= (B+C+D+C)/E

then L = A +A^2

1 Solution

Accepted Solutions
Not applicable
Author

hi

1. you can add the expression 1 in the back ground color expression of your chart. just click on the + sign on the expression

2. To declare this variable you dont need to change anything in your script. go to Settings--->Variable Overview

Regards

Peter

View solution in original post

4 Replies
Not applicable
Author

hi

1. what type of object are you using where you want to set the background color, is it a text, chart , button??

2. you can create a variable A= (B+C+D+C)/E

and then use this variable A in your expressions

regards

Peter

Not applicable
Author

1. in table a section or you can call as Cell.

2. I dont want to change the script I just want to use it in expression.

Not applicable
Author

hi

1. you can add the expression 1 in the back ground color expression of your chart. just click on the + sign on the expression

2. To declare this variable you dont need to change anything in your script. go to Settings--->Variable Overview

Regards

Peter

Not applicable
Author

Thanks for the quick replies