0
Styled text
Hello
How to style text negative positive and zero? there is a formula when there are two values, but you still need to add a text color when there is zero
let AA := 'field name'
if AA >0 then
styled(text(AA), " ")
else
styled(Text(AA), " ")
end
3 replies
-
For me, I like to use a switch if I have start embedding ifs within ifs.
You can try:
Content aside
- Status Answered
- 6 mths agoWed, October 9, 2024 at 5:04 AM UTCLast active
- 3Replies
- 61Views
-
2
Following