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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

change X-Axis dimension with respect current selection?

hi,

if

my current selection box:-

----------------------------------------

services: abc,def

output as in X-Axis Status2( is a dimension) else Status(is also antoher dimension) ,how to dispay?

thx

6 Replies
nilesh_gangurde
Partner - Specialist
Partner - Specialist

Hi Buzzy,

If possible please attach the sample data with qvw file.

Regards,

Nilesh Gangurde

buzzy996
Master II
Master II
Author

when i selected "services as video conferencing from selections then  need to change the X-Axis dimension to Status. instued of Status2.

nilesh_gangurde
Partner - Specialist
Partner - Specialist

Please Find the attachment

or

use this as Dimension:

 

=

if(WildMatch((GetFieldSelections(Services)),'Video Conferencing'),Status,Status2)

Regards,

Nilesh Gangurde

buzzy996
Master II
Master II
Author

required some cahnges instued of hardcoding in exp,thaning you

nilesh_gangurde
Partner - Specialist
Partner - Specialist

As per your requirement in the previous post i have given the changes.

also you can make it more flexible according to your need.

Regards,

Nilesh Gangurde

Not applicable

what about cyclic group dimension?