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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making Blank fields Selectable

Hi,

I have a spreadsheet that is filled out by staff and shows the status of items by having a number of columns.

These include the Month, SalesPerson, Customer, Amount, and Status

The status column is my problem as until the item is complete this field is blank.

I want to be able to select the items that are pending (i.e. the blanks in Status column) when brought into Qlikview but blank lines in the pivot table shown by " - " are not selectable.

Is there a way when bringing in a table to give the blank fields a value e.g. "Pending" so that is appears in my Qlikview report as a selectable variable?

Thanks

David

3 Replies
Not applicable
Author

Bearing in mind recent discussions on null recognition issues between32/64 bit I would choose:

if (len(Status)=0, 'Pending', Status) as Status

Regards,

Gordon

Not applicable
Author

Hi Gordon,

Haven't been reading the forums for a while, so could you link to one of the posts discussing this issue (I guess there are other lazy bastards like me who would like a link instead of having to search Stick out tongue ).

Regarding the main thread: checking for a NULL value and replacing it with some 'pending' or similar value is the solution I'd also choose.

With regards,

Martijn ter Schegget

CND Development

Not applicable
Author