I created a view from 2 tables and used this view to build report. Within my app the original view data are manipulated and the results are placed into a target view with the very same structure as the original view.
Is it possible to use my report to display the data from my target view?
Of course, I could make it easy and create a new table instead using that target view. However I’d to implement it without a new table.
Running now my report it will of course show my original view data, the report was built from. But is there a way to replace the content of the original view with content of my target view?
Thanks for any help.
Klaus
Is it possible to use my report to display the data from my target view?
Of course, I could make it easy and create a new table instead using that target view. However I’d to implement it without a new table.
Running now my report it will of course show my original view data, the report was built from. But is there a way to replace the content of the original view with content of my target view?
Thanks for any help.
Klaus