microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
607 stars 416 forks source link

Update "[Formatting] Format flag columns as Yes/No value strings" #232

Closed aols0228 closed 2 months ago

aols0228 commented 1 year ago

I have yet to familiarize myself with the use of RegEx for json. (I use it in Trello)

Alas, my suggestion is to search for columns with only 0/1 values that do not at the same time are either hidden or have custom format set.

Right now the "[Formatting] Format flag columns as Yes/No value strings" only searches in columns that either start with Is or ends with Flag. However, my users often translate these columns.

I would like to have them set the Custom Format to "Yes";;"No"