Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

Conditional Question.

Hi,

I've a Pie-Chart. If I select Pie-Chart dimension field, then it should take me to the SH04 sheet automatically, this is a detailed tab.

How to achieve this? How to write conditional statement on Dimension?

1 Solution

Accepted Solutions
Kushal_Chawda

!Hi,

You can use field event trigger for this.

Go to document properties -> Triggers-> Field event trigger

Select CarFamily-> Onselect-> Activate sheet-

!

View solution in original post

5 Replies
MuraliPrasath
Creator III
Creator III
Author

On selection CarFamily is should take me to the SH04 Sheet. How to achieve this? How to write a condition?

123.PNG

robert_mika
Master III
Master III

If the second the only way is to add

a transparent button or Textbox which does exactly this action and put it over it the chart.

Create TextBox

Set Transparency to 100%

Then go to Actions-Add --Action Type-layout-ActiveSheet

In SheetID add SH04

avinashelite

Try like:

1.Set a variable to check whether dimension has been selected of not, like:

getfieldselections(your_fieldname)

2.Go to documents Triggers > on the variable action >set the activation of the desired sheet

hope this helps you

Kushal_Chawda

!Hi,

You can use field event trigger for this.

Go to document properties -> Triggers-> Field event trigger

Select CarFamily-> Onselect-> Activate sheet-

!

vikasmahajan

Check if there is relation bewteen your data you can create drill and put into chart so that when you click on 2FICE 4PAS -> then pie chart will show further level in pie-Chart.

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.