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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MRitter
Employee
Employee

Convert Button from Qlikview

I have a button in QV that is looking for multiple values

=(Steam2|Steam3|Steam4|Cooling|St*)

This expression throws and error in Qlik Sense when I use the Button visualization

I am doing a define field by expression and it just says that it expects a ")".  Everything looks ok to me.

2 Replies
trdandamudi
Master II
Master II

This is how I am doing it and it works:

Selected "Button for navigation" from custom objects

Then in "Actions" I selected "Select multiple values in a field"

Select field: Month  <-- this is the filed name in my table. So replace your field here.

Values: =('NOV;DE*')   <-- Please replace your values here

 

Your expression will look like: =('Steam2;Steam3;Steam4;Cooling;St*')

marcus_sommer

Another trial: =(Steam2|Steam3|Steam4|Cooling|"St*")

- Marcus