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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
rajkumarb
Creator II
Creator II

Between in Set Analysis

Hi All

Please Suggest me how to use this below condition inside a set analysis

Below is the SQL Condition

where

(left(Productcode, 3) BETWEEN 'C00' AND 'D99')

1 Solution

Accepted Solutions
antoniotiman
Master III
Master III

Hi Raj,

try

Sum({<Product={"=Left(Product,3) >= 'C00' and Left(Product,3) <= 'D99'"}>} Value)

Regards,

Antonio

View solution in original post

3 Replies
antoniotiman
Master III
Master III

Hi Raj,

try

Sum({<Product={"=Left(Product,3) >= 'C00' and Left(Product,3) <= 'D99'"}>} Value)

Regards,

Antonio

tajmohamed30
Creator III
Creator III

you can also use set analysis builder based on our requirement

Set Analysis Wizard for QlikView | qlikblog.at

Anonymous
Not applicable

yes, that will work