Hello all,
what difference does it make, if I use an aggregate table instead of a view? As far as I understood this I can do everything with a view (or even more) that I can do with an aggregate table.
Sure I have a table object in the list that I can use as a table and I can create joins and so on. I can do the same with a view though.
Thanks for the clarification.