Qlik Community
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsIn qvw, when select dimension and measure, many dimensions will display after the measures. This happens in April 2019 SR2 and 12.50 as well. But in 12.1 SR8, the dimensions are always at the left side in the report. The dimensions should always be at the left part of the measures in the report.
There are changes to how column order works in 12.40 SR2, which impacts column order when hidden/disabled are involved, previously only visible columns had a fixed position and hidden/disabled columns where just inserted wherever. There will be a change in the next major release which is to have a button to reset the columns' order in the right position. For now, the workaround is to use this macro. Here is one example of the macro. It needs to be changed according to the individual qvw. If it does not work, please reach out Qlik Support.
sub FixChart2
set chart = ActiveDocument.GetSheetObject("CH447") rem substitute chart id
set cp = chart.GetProperties
cp.TableProperties.DisplayOrder = 46
chart.SetProperties cp
end sub
Collaborate with over 60,000 Qlik technologists and members around the world to get answers to your questions, and maximize success.
Join UsSearch Qlik's Support Knowledge database or request assisted support for highly complex issues.
Submit a caseExperiencing a serious issue, please contact us by phone. For Data Integration related issues please refer to your onboarding documentation for current phone number.
Call Us