Hi All,
i have creating a Table using visualization API and passing array of Dimensions and measures and its working fine. but i also want to pass the information regarding Conditional Calculation while Creating the table.
Please let me know how can we pass that information into HyperCubeDef.
below is the sample code for creating a table.
app1.visualization.create('table',customTableFields).then(function(vis_object){
vis_object.show('QVActivity');
});
here customTableFields is array containing fields names and Measures.