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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create an independent text object ( not triggering to any events )

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

1 Solution

Accepted Solutions
vishsaggi
Champion III
Champion III

What is your expression in the Text Object, May be use

Count({1} YourFieldfromTable_1) ?

View solution in original post

4 Replies
Not applicable
Author

Show it with your sample,so somebody will help you.

Anonymous
Not applicable
Author

Hi,

I Think you can use alternate state...to make our object independent

vishsaggi
Champion III
Champion III

What is your expression in the Text Object, May be use

Count({1} YourFieldfromTable_1) ?

Not applicable
Author

Thanks @vishsaggi

This worked.