Thanks for help Skrol29.
First example works great, magnet param is what was missing in my first tries.
But, I've got now a new question : is there possible to add an else if statement ? I tried coding as in php or sql,
but it doesn't seems to work.
For example I tried:
[onshow.var5;if [val]=10;then [val];else if [val] = 20; then [val] ;magnet=a:r] |
where [val] on else param is put in red of green directly in PPTX model. My need is to test 3 differents values (< 80; [80-120]; > 120) and assign one specific color.
I think it's the other solution you spoke about, but I don't really understand it.
Is there a specific syntax (array ?) to use on php side ?
Thanks for all !