Forum Discussion
pstanek
10 years agoPost Patron
MAX MIN
I have table with columns Office -Product- Stock Value. I need to create Product - MIN Stock - Office with min stock - Max stock - Office with max stock I try to avoid to order new product...
Anonymous
10 years agoNot applicable
The data view is just the raw tables in your data model. The report view is for building the visuals that the end users will see and interact with. A matrix is one of those visuals, just as a bar chart is.
pstanek
10 years agoPost Patron
So that is why export data will export raw tables , not report view.
- Anonymous10 years agoNot applicable
Every visual is sort of just a calculated table generated by measures and filter contexts, with a coat of paint on top. Export gives you that calculated table, minus the pretty picture the visual painted with it.
- Sean10 years agoCommunity Champion
Wow Anonymous that's perfectly worded!