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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
michael_klix
Creator II
Creator II

Apply "exclude" filter on a string using DataManager

Hi,

we have users who need to load data via the DataManager without scripting. That works fine, but the filter capabilities that create a "where(...)" clause in the locked script seems problematic.

 

How can we exclude  rows with a specific string in a data field? Specifically we want to exclude "-" in the field ID from being loaded. Usually, I would use something like

load * from xyz where(ID<>'-')

Unfortunately the DataManager offers only <, >, =, >= and  <= but not <> as criteria.

 

Any ideas to do this without editing the script?

 

Labels (1)
0 Replies