0
Script script doesn't change the color.
let alert := day('DUE DATE' - today());
let myANZ := (select INVOICE);
let myArrow := if Y1 = true then "▼" else "︎" end;
let alertColor := if alert < 3 then "red" else "green" end;
myArrow + " VIEW LINE ITEMS / " +
html("<span style='color:" + alertColor + "; font-weight:bold;'>" + alert + "</span>")
Script script doesn't change the color. Need change the alert color
2 Antworten
-
Hi Rafael. Look this. Mirko
let alert := day('DUE DATE' - today()); let myANZ := (select INVOICE); let myArrow := if Y1 = true then "▼" else "︎" end; let alertColor := if alert < 3 then "red" else "green" end; html("<span>" + myArrow + " VIEW LINE ITEMS / <span><span style='color:" + alertColor + "; font-weight:bold;'>" + alert + "</span>")
Content aside
- Status Answered
- vor 23 StundenZuletzt aktiv
- 2Antworten
- 16Ansichten
-
2
Folge bereits