Hi all,
I have a calculation view which is being used in another calculation view of the same package. Lets call them CV_Inner and CV_Outer. Now due to some reasons I have to recreate CV_Inner which is being used in a few CV_Outer. But due to the the drop constraints, I am unable to delete CV_Inner. I plan to delete this view (the view will be invalidated for a while) and create another one with the same name. Is this an option or do I have to remap the CV_Outer to the CV_Inner_New.
PS - I will have to do the above exercise of remapping again as I have to rename the CV_Inner_New back to CV_Inner. Please let me know of a viable solutions to avoid all the rework.