Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
Hi,
I think you have to use some think link
=sum({1} {<Date={">=$(vBeginDate) <=$(vEndDate)"}>} Sales)
HTH
Rgds
Anand