Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nitesh_Jaiswal
Contributor
Contributor

development

  • i Have the data as shown in table , buti Have the data as shown in table , butits not showing in Table afterv reloadingits not showing in Table afterv reloadingbut I Have the Databut I Have the Data
Labels (2)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master
Partner - Master

In the script as below.

Load [Annual Income],
     [Credit Score],
     [Loan ID]

FROM SourceTable 
Where [Annual Income] + [Credit Score] > 0;

View solution in original post

2 Replies
Nitesh_Jaiswal
Contributor
Contributor
Author

Actually those Are Blank Value Can any One Suggest  me How to remove Null Values or blank Value.how to remove these Blank valueshow to remove these Blank values

BrunPierre
Partner - Master
Partner - Master

In the script as below.

Load [Annual Income],
     [Credit Score],
     [Loan ID]

FROM SourceTable 
Where [Annual Income] + [Credit Score] > 0;