Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Vinil
Contributor III
Contributor III

QlikView

I have a table with five columns. I am loading a "Select" query to fetch the values from a View in data load.

But I want to show two columns as blank in the table because those are showing different definitions and codes
and also they are a bit confusing to the users.

So, please go through the attachment first one is source data, and the second one in which we are expecting.

So, could you please help me?

 

Thanks in Advance

vinil
Labels (1)
1 Reply
Vegar
MVP
MVP

You can create the two fields as empty in the script like this. 

Load

Users, 

'' as Code, 

'' as Definition, 

location, 

Accounts ;

Select * From Source ;