C v8.5
I had to change a VIEW that I am presently using in my report.
Existing VIEW
field01
field02
New VIEW
field01 <-- same as existing
field02 <-- same as existing
field03 <-- added field
I did this once before a while back and for the life of me can't remember. All my fields that I am using in my report are pointing to the existing VIEW, even if I do Set Location I still only see the original fields from my existing VIEW. How do I get it to start using the new VIEW that has the added field without having to recreate the entire report using the new VIEW.
Thanks