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

Secondary Axis and Dimension with own Expression

Hi,

I am currently, using this macro to give the user a choice of enabling the secondary axis, however it is not working:

sub EnableSecondary

          set chart = ActiveDocument.GetSheetObject("CH04")

          set cp = chart.GetProperties

          cp.Expressions.Item(0).Item(0).Data.AxisData.AxisPosition = 3

          chart.SetProperties cp

end sub

I have no clue why this is not working.

AND

Is there a way of having a bar graph, where you can plot:

Dimension1 --> EffectiveDate

Dimension2 --> Expression1

Dimension3 --> Expression2

Kind Regards,

Abdur Razak

0 Replies