Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way in Qlikview were I can set/display on a straight table blank fields as default?
Hi Bea,
Add this condition in the Second tab of Straight table at Calculated condition
=len(GetCurrentSelections(1))>1
Do you mean you want to display rows even when expr result is null?
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. ![]()
Hi Bea,
Add this condition in the Second tab of Straight table at Calculated condition
=len(GetCurrentSelections(1))>1
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
HI KamakshiSuram,
GREAT! It works... thanks a lot! ![]()