-
Notifications
You must be signed in to change notification settings - Fork 1k
Unicode Function Support #7816
Copy link
Copy link
Closed
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:list-formattingCategory: View, row & column formatting with JSONCategory: View, row & column formatting with JSONtype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active work
Metadata
Metadata
Assignees
Labels
area:docs-commentCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devCategory: Comment left on bottom of a docs page here: https://docs.microsoft.com/sharepoint/devarea:list-formattingCategory: View, row & column formatting with JSONCategory: View, row & column formatting with JSONtype:archive-old-issueIssues which are closed as tool old for active workIssues which are closed as tool old for active work
Type
Fields
Give feedbackNo fields configured for issues without a type.
this request belongs to colum visible formatting:
i have a option state field
with contents:
🎨design
✔️-Done
✔️ 🥳 -Gefeiert
any ideas of getting the indexOf or startsWith function working with Unicode chars?
i've Tried
=if(indexOf([$Status],'-') >= 1, 'false', 'true')
=if([$Status] == '✔️Done', 'true', 'false')
=if(startsWith([$Status],'✓'), 'false', 'true')
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.