Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

sense filter pane header

hello All

i have created a filter pane with an if stetment in it, it works fine but the user can see the if statmet as the header of the filter pane.

is there a  way to make my haeder 'x' not if(....)

thanks.

10 Replies
reddy-s
Master II
Master II

Hi Doron,

You need to incorporate the If statement in the load itself. If you do it in a filter pane or a dimension of a chart its going to put the expression up as the label of the tile.

Thanks and Regards,

Sangram Reddy.

Michael_Tarallo
Employee
Employee

Hello Doron,

Can you try defining your dimension that is to be used as a filter with the IF statement as an actual "Dimension" in the Master Items list and let us know the behavior?

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
Anonymous
Not applicable
Author

Hi Mike

I have done as you have suggested but the result was the same.

I still get an Allies that is the filter name that I define in the title section and the if in the Ribbon section.

way is the Ribbon not showing the Allies? creating a new filter will be confusing to the user he will have 2 filters with the same data!

thanks,

Doron

paolo_mapelli
Creator II
Creator II

Same problem here, seems that label that you define for a calculated dimension is correctly shown when dimension is used on the dashboard, but not as the header of the filter pane, as you reported.

Moreover, even if calculated dimension is included as a Master Item, for those you can't define a label not equal to item name.

Hope that both of the above will be included in next release.

reddy-s
Master II
Master II

Hi Paolo,

As a work around I would suggest you to have the if statement in the Load. This will help you improve the performance and get rid of the label problem as well.

NareshGuntur
Partner - Specialist
Partner - Specialist

Hi Doron,

Not sure if I got your question correct.

I have created a Filter with Field as if(Time='Day',PRODUCT_TYPE, PRODUCT_LINE)

and the label as if(Time='Day','Product Type','Product Line')

and it is working fine according to the selection... both the field and the label are changing.

Please let me know if this is not what you are looking for.

Cheers,

Naresh.

Anonymous
Not applicable
Author

Hi  Naresh

is the name of the filter on the selection  Ribbon or is there an if?

if the  Ribbon shows the if then its not solved.

NareshGuntur
Partner - Specialist
Partner - Specialist

This is how it looks

delete1.pngdelete2.png

NareshGuntur
Partner - Specialist
Partner - Specialist

Even if I hover the mouse on the label, it still shows the label but not the condition/expression.

Did you try this way?

Cheers,

Naresh