
Contributor III
2024-05-09
01:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add a blank dimension in a sheet
Hello,
I'd like to add a blank dimension, which mean nothing has to show in that column. What will be the expression for this, or is there any way that I can do this?
The purpose of this is to facilitate the copy of the data in an Excel sheet that has an extra column compare to the original extract in Qlik.
Thanks everyone!
1 Solution
Accepted Solutions


Employee
2024-05-09
02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 Replies

Contributor II
2024-05-09
02:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Phara,
You can add blank dimension by creating an IF condition in your load script editor. Take any column and write if condition like if that column value is null or not null than enter null in new column with name you want to create.
Attaching a image of my load script editor for your reference.
590 Views


Employee
2024-05-09
02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Something like this?
I used =Chr(160) for my dimension.

Contributor III
2024-05-09
06:37 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, thank you so much @Levi_Turner !!
546 Views
