-
Re: Alternative Dimension
Shraddha Gajare Dec 1, 2017 12:00 AM (in response to aparna v)Alternate Dimension wont work in Simple Table.
Try using a Extension (https://www.quickintelligence.co.uk/toggle-buttons-qlik-sense/ or Makes Sense to go round in circles)
These both tutorials will help you to change dimension in chart using Variables.. It will look like a Alternate Dimension
-
Re: Alternative Dimension
Prithvi Ramachandran Dec 1, 2017 12:03 AM (in response to aparna v)Hi Aparna,
You cannot add alternate dimensions to straight tables, instead you can try using Pivot table and expand the year you want.
Hope it helps.
Thanks
-
Re: Alternative Dimension
omar bensalem Dec 1, 2017 4:58 AM (in response to aparna v)Suppose you have 2 dimension : Name and Post
and u want to have a choice to show one of them (or maybe both)
do as follow:
create an inline table in ur script:
Load * inline [
DimensionID, Dimension
1, NAME
2, POST
];
Now add this new Dimension as a filter above ur table.
And within ur table, as a dimension create:
if(DimensionID=1,Name, Post)
for Its label : Dimension
and now you have a sort of 'alternative dimensions' in ur straight table.
Please, download this extension:
https://github.com/countnazgul/Qlik-Sense-Styled-Lists-Extension
and use it as a filter for ur newly created Dimension.
In the option do as follow to force a selection of only one value and have a by default selected value:
result (per analogy):
Hope this helps !
Omar BEN SALEM.