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: 
Not applicable

Multiple Calculations in Q 11 Extension

Hello,

i am trying to generate seperate calculations for dimesion / measure combinations in a QlikView 11 Extension.

Not every dimension and measure combination should be calculated into one result.

Found this method, which enables editing of a Dimension during Extension script runtime(JavaScript) :

this.Layout.SetProperty("Chart.Dimension.0.Field", "FieldName", true);

Can i temporally save the results of a calculation (e.g. Dimension = D1  & Measure =M1) and Change the Dimension(=D2) and Measures(=M2)  for the following calculation and so on.

Does anyone have a example or code fragements/examples on this Topic?

1 Reply
petter
Partner - Champion III
Partner - Champion III

There is no direct support for what you are asking for. You can always in your code in your extension do that in a step-wise manner and create some logic to achieve it. It is not necessarily straightforward.