online beautifier for complex formulas?

Hi all,

I would like to "beautify" complex formulas and looking for an online tool.

e.g.:

AND(CONTAINS(LOOKUP(USEREMAIL(),"Mitarbeiter","MA-Email","MA-Rolle"),"Team-Manager"),CONTAINS([Vorg-Status],"3"),ISNOTBLANK([Vorg-intern weitergeleitet an]))

should be beautified to:

 

AND(
   CONTAINS(
           LOOKUP(
                 USEREMAIL(),
                 "Mitarbeiter",
                 "MA-Email",
                 "MA-Rolle"
                 ),
           "Team-Manager"
           ),
   CONTAINS(
           [Vorg-Status],
           "3"
           ),
   ISNOTBLANK([Vorg-intern weitergeleitet an])
   )

 

 

Solved Solved
1 5 632
2 ACCEPTED SOLUTIONS

I think the best way is by doing it yourself.

You get used to do it manually

View solution in original post

5 REPLIES 5

I don't know of any tool to automatically format (e.g., insert line breaks and indents) AppSheet expressions. In case you're not already aware, @QREW_Apps's appsheettraining.com has a great Chrome extension that helps with many aspects of expression editing. See https://appsheettraining.com/article/appsheet-toolbox-chrome-extension

This one is not so bad: Excel Formula Beautifier 

Thank you @dbaum, I am using this toolbox and it is very helpful.
Unfortunately the "Quick Access to AppSheet Documentation in the sidebar" is not working any more, "support.google.com hat die Verbindung abgelehnt." which means "support.google.com has refused the connection."

They probably haven't updated the extension following the migration of AppSheet help to a new location.

I think the best way is by doing it yourself.

You get used to do it manually

Top Labels in this Space