S Moore
-
Incorporate icon with styled()
How do I an incorporate an icon with styled(text(),color0,0,0) in a table?
-
Concat Formula
Is there any way to display a concat formula, but instead of displaying the items in a view like: sample 1, sample 2, sample 3, sample 4 Can I have them in a list view, for example:…
-
Formula for YTD Calculations
I am trying to create a formula that sums the sales from the year. So far I have (but is not working) let d :=today(); sum(Invoice.'Invoice Sum' where year(Invoice.…
-
Formula for Date
I am trying to create a formula that inputs todays date in the format "MM.DD" in a text field. How do I do this?
-
Formula to Create a random number
I am looking for a formula to create a random 16-digit number. It cannot have any leading zeros.
-
if contains then
I am trying to create a formula where if the text box contains a certain phrase or word to then display an action, how do i do this?