I have flex with no row, column and measure information - but flex still plots the pivot.
Please refer http://jsfiddle.net/sohansoni/czksqjqe/1/ for the example.
I want blank pivot to begin with if there is not slices information and then user can choose column, row and measure information. Can we do this ?
Hello Sohan,
Thank you for writing us. To see blank pivot you need to set option showDefaultSlice: false
. Please see how it works on JSFiddle. To find more information about other options you are welcome to refer to our documentation: Options Object.
Regards,
Tanya
Thanks Tanya, that helped.
This is mentioned in the docs also, I should have read that before posting the query here 🙂