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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make the static textbox

Guys,

I have a text box.I have to make it static

Currently what happens is depending on the selection the value in the textbox changes.

I want a constant value to be displayed in the textbox.

This value will be calculated using the below expression

=sum( {<Date={">=$(vBeginDate) <=$(vEndDate)"}>} Sales)

Regds,

Sona

2 Replies
Not applicable
Author

Hi


if you dont want the selections to influence your expression as in the below expression a "1" should be added..

sum( {1<Date={">=$(vBeginDate) <=$(vEndDate)"}>} Sales)

Hope thats u want

its_anandrjs
Champion III
Champion III

Hi,

I think you have to use some think link

=sum({1}  {<Date={">=$(vBeginDate) <=$(vEndDate)"}>} Sales)

HTH

Rgds

Anand