Parameter and ModifiedProperties names
Closed this issue · 1 comments
marcurdy commented
Using a console based export to CSV, my data fieldnames are different than what's in the query for these two
rename Parameters{}.* as *
ModifiedProperties{}.* as *
I have to replace them to the following in order to work.
rename Parameters___* as *
ModifiedProperties___* as *
These changes are in many queries in multiple views.
marcurdy commented
User Error