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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set blank fields on a Straight Table as default

Is there a way in Qlikview were I can set/display on a straight table blank fields as default?

1 Solution

Accepted Solutions
kamakshisuram
Creator
Creator

Hi Bea,

Add this condition in the Second tab of Straight table at Calculated condition

=len(GetCurrentSelections(1))>1  Capture.JPG

View solution in original post

5 Replies
anbu1984
Master III
Master III

Do you mean you want to display rows even when expr result is null?

Not applicable
Author

Yes, I guess.

It's like, I have a blank straight table on my second tab, and the only time I can fill that out with data is when I select something on my first tab. So by default, I want my table from my second tab to be blank.

BTW, thanks for your quick response.

kamakshisuram
Creator
Creator

Hi Bea,

Add this condition in the Second tab of Straight table at Calculated condition

=len(GetCurrentSelections(1))>1  Capture.JPG

Not applicable
Author

Hi Bea

you can add below condition workspace Second tab of Straight table at Calculated condition

=len(GetCurrentSelections(1))>1

I hope it should work

Thanks

Not applicable
Author

HI KamakshiSuram,

GREAT! It works... thanks a lot!