Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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