any tricks for auto formatting a formula in the Formula editor?
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]
)
)
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.
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |