Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new to Qlikview and was trying to add an independent textbox object to my report. That textbox will report the number of items in TABLE_1.
At the moment I have created a text box , however on selection of listbox properties the value changes. I do not want to have this feature for this particular textbox . It is not a static text filed but should show the number of entries in TABLE_1 regardless of filter selection
Thanks in advance
Buminda
What is your expression in the Text Object, May be use
Count({1} YourFieldfromTable_1) ?
Show it with your sample,so somebody will help you.
Hi,
I Think you can use alternate state...to make our object independent
What is your expression in the Text Object, May be use
Count({1} YourFieldfromTable_1) ?
Thanks @vishsaggi
This worked.