Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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