This is a migrated thread and some comments may be shown as answers.

Show count of Date TextBox WHERE Value > Now()

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
AkAlan
Top achievements
Rank 2
AkAlan asked on 18 Aug 2011, 09:48 PM
I have a report with a textbox that has a date field. I want to put a Textbox in the footer that counts the number of times the textbox value is greater than the curent date. Is that possible in Telerik Report?

1 Answer, 1 is accepted

Sort by
0
Chris Gillies
Top achievements
Rank 1
answered on 19 Aug 2011, 08:31 AM
AkAlan, you can with some coding from your side. Create a variable where you would keep the number of higher occurrences of the date and increase its count everytime the TextBox value is higher i.e. you can do this in ItemDataBound event of the textbox.
Later use that variable as value for another textbox.
Tags
General Discussions
Asked by
AkAlan
Top achievements
Rank 2
Answers by
Chris Gillies
Top achievements
Rank 1
Share this question
or