Hi all,
I'm looking for a solution to what I had thought wouldn't be such a challenge. Basically, I wish to use a TextLabel to show how many rows are left in a table of data, based on how many rows match a specific date (the date being whatever it is, when the user views the app). In and of itself, that is not an issue:
CountIf(Datatable, "date" = Today())
However, and this where my troubles start, I wish to enclose that number of remaining rows in parentheses, i.e. if there are seven rows left, I want the label to read "(7)" (without the quotation marks).
I've wondered if I should and have tried to use the Concatenate, or Text functions but neither have worked. I'm sure it's possible, but I'm just fussing it up. Can I string multiple formulas together with ";" or do I need to use Concatenate / Concat with Text- and Countif-function nested inside it?
Oh great internet, lend me your ears (and help, please)!