Hi guys,
I have defined an expression (fx) for a textbox showing the result of 3 different calculations in just in one textbox.
Based in this formula:
=CStr(Count(...))&" "&CStr(Count(...))&" "&CStr(Count(...))
I can get the counting for each one correctly, and show the 3 values concatenated as a string, that works!!, but I need to show in the textbox the result for each calculation with a different color: example if a display in the textbox : 10 20 30, but I need to show them with different colors each one.
I've tried to use placeholders, but it just works when you type the content in the textbox, in my case the the content is the result of an expresion (fx)
Please, I will appreciate any suggestion.
GonFer
I have defined an expression (fx) for a textbox showing the result of 3 different calculations in just in one textbox.
Based in this formula:
=CStr(Count(...))&" "&CStr(Count(...))&" "&CStr(Count(...))
I can get the counting for each one correctly, and show the 3 values concatenated as a string, that works!!, but I need to show in the textbox the result for each calculation with a different color: example if a display in the textbox : 10 20 30, but I need to show them with different colors each one.
I've tried to use placeholders, but it just works when you type the content in the textbox, in my case the the content is the result of an expresion (fx)
Please, I will appreciate any suggestion.
GonFer