I tried to use # but it doesn't work…
example:
#we don't count unique here becasue there are participants have the exact same name#
You use the SQL format for comments which is two dashes -- in place of a hash #
You can also use this:
/* my multi-line comments go here */
thanks!
Sometimes I feel like the Domo community are all about to ask the same question at the exact same time. lol Thanks for the answer guys!