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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

hide first file null

Hello!

Anybody can help me to hide the first row (Null).

Thanks!!

1 Solution

Accepted Solutions
maxgro
MVP
MVP

maybe a calculated expression

IF(LEN(TRIM(Departamento))>0,Departamento)

View solution in original post

2 Replies
maxgro
MVP
MVP

maybe a calculated expression

IF(LEN(TRIM(Departamento))>0,Departamento)

pgalvezt
Specialist
Specialist
Author

Thanks!!