Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Luke_Killer_IT
Creator
Creator

how not to get empty data from tables

HI

how not to retrieve data that are empty in a table in a script

Luke_Killer_IT_0-1632378485212.png

 

1 Solution

Accepted Solutions
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Hello,

In the script write the statement below:

Where Len([your field]) > 0

View solution in original post

2 Replies
MindaugasBacius
Partner - Specialist III
Partner - Specialist III

Hello,

In the script write the statement below:

Where Len([your field]) > 0

Luke_Killer_IT
Creator
Creator
Author

Thanks it works