Auto format formulas

any tricks for auto formatting a formula in the Formula editor?

0 5 186
5 REPLIES 5

What do you mean?

Code editors often have a way to format code into something more legible. Taking something like

SeLeCT(Territory[OriginalCountry],anD([OriginalCountry]<>[Country],[OriginalCountry]<>[_ThISROw].[Name],[Country]=[_ThISROw].[Name]))

and reformat it to something like

SELECT(
Territory[Original Country],
AND(
[Original Country] <> [Country],
[Original Country] <> [_THISROW].[Name],
[Country] = [_THISROW].[Name]
)
)

Steve
Platinum 4
Platinum 4

hmm, I did actually start using that extension just today. (Highly useful, thanks Crew). But not seeing the formatting feature kick in yet โ€ฆ

Iโ€™m not aware of any tool that works as you want.

Top Labels in this Space