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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

[HELP] how to prevent load rows that include certain character ?

helloo....

i ned a help

i have loaded a table to qlikview

but there's a column with unright data

example : -column1row1

n what i wanna ask is, how to prevent load data that include minus ( - ) character in first character of words?

thx,,,,

4 Replies
renjithpl
Specialist
Specialist

if it is only values,

then use

Fabs(column1) as column1

REgards

Not applicable
Author

no it's not

there r some other unright data

such as NULL786

which is i do not want any field that contain NULL to be loaded

is there any way?

many thx..

renjithpl
Specialist
Specialist

please send a sample table of -column1

Anonymous
Not applicable
Author

not sure exactly till the time get to see the exact table structure.

You can try using like function which returns boolean values and the n put the condition.

--Swapnil