Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
jitu2110
Creator
Creator

Help with qCalcCond on visualization API MAshup

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.

Labels (2)
0 Replies