-
Expressions in “source text”
Hi!
So, what I want to do is to make a textlayer show the percents in a pie shart.
I have a textlayer, and in the properties for “Source text” i have pickwhipped the value for a angle-controll. It works fine, i get the amount I want in text. But, i would like it to also say %.So, to clarify, how do I add the symbol % in the same textlayer that gets its value from a angle control.
Right now the expression says:
thisComp.layer(“Null 1”).effect(“Blue_bit”)(“Angle”)
How do I add a %-symbol at the end?