Perspective displays the prepared data, no calculation in perspective #2931
Replies: 2 comments 2 replies
-
This is at best subjective. Regardless, if there's a use case or feature you're looking for, please raise a feature request for this.
Data architecture overview for Perspective |
Beta Was this translation helpful? Give feedback.
-
|
such as this SQL statement: At the beginning, I thought that such a data set could be displayed in the perspective as a pivot table. However, there are still many issues that need to be addressed. For example, the measure function needs to be set to max, empty fields need to be changed to column subtotals, and dimension columns that are all empty are equivalent to totals or something. Also, if I only display two dimensions in the pivot table instead of all the dimensions, this also needs to be dealt with. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since perspective cannot calculate complex data, it can only perform some simple calculations on a column, which is lacking in the current big data system environment. With the help of the current perspective function, can the data of dimension columns and measure values on the database side be displayed in the form of a pivot table? Suppose, my data is: dimension column 1, dimension column 2, dimension column 3, measure value 1, measure value 2; I can prepare all the data of the combination through the [group by] and [rollup] functions on the database side. In this way, this data provides a pivot table, and all the data is displayed in three areas: row area, column area, and value area. Can such data be displayed in perspective? That is to say, the calculation of those measure values is not on the client side, but on the server side; the client is only responsible for displaying it in the pivot table style and organizing it into a hierarchical structure.
Beta Was this translation helpful? Give feedback.
All reactions