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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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!!