how do you add the remarks in DOMO beastmode?

Options
Kailin
Kailin Member
edited December 2023 in Beast Mode

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#

Best Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    You use the SQL format for comments which is two dashes -- in place of a hash #

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • MarkSnodgrass
    Answer ✓
    Options

    You can also use this:

    /*
    my multi-line comments
    go here
    */
    

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓
    Options

    You use the SQL format for comments which is two dashes -- in place of a hash #

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • MarkSnodgrass
    Answer ✓
    Options

    You can also use this:

    /*
    my multi-line comments
    go here
    */
    

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.
  • Kailin
    Options

    thanks!

  • pauljames
    pauljames Contributor
    Options

    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!

    IF I SOLVED YOUR PROBLEM, PLEASE "ACCEPT" MY ANSWER AS A SOLUTION. THANK YOU!