Special Ticket Character

Hi There

In the below expression I use 1 and 0 as expression. Is it possible to replace this with a special tick character in appsheet?

IF(
(COUNT(
FILTER(
"Test Record",
AND(
[PARTICIPANT`S SITE NAME]="CCNX",
[PROJECT ID] = [_THISROW].[PROJECT ID]),
)))>=1,
1,
0
)

0 2 35
2 REPLIES 2

It depends what you exactly mean with the "special tick character", but yes you can. BUT, it's not bullet proof that all browsers and versions will show them properly.

A normal ticket like those in the spread the comes from the short-key code.

Top Labels in this Space