TabularEditorScripts icon indicating copy to clipboard operation
TabularEditorScripts copied to clipboard

Add exits on macros reliant on measures/columns

Open samaguire opened this issue 3 years ago • 0 comments

i.e. add this to the start if (!Selected.Measures.Any()) { return; } or if(Selected.Columns.Count == 0 && Selected.Measures.Count == 0) throw new Exception("No columns or measures selected!");

samaguire avatar Apr 25 '22 09:04 samaguire