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: 
babud41
Contributor II
Contributor II

Making hh:mm of 00:00 as NULL

Hi Everyone,

I want to make the 00:00 hrs values on the straight table of QlikView to the NULL value i.e, "-"

I am attaching the picture here.

 

babud41_0-1634045686932.png

 

Kindly help.

Thanks 

Dinesh

 

QlikView 

1 Solution

Accepted Solutions
Or
MVP
MVP

if(Open_GART='00:00',null(),'Open_GART')

 

View solution in original post

1 Reply
Or
MVP
MVP

if(Open_GART='00:00',null(),'Open_GART')