Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone,

I am again with a problem. I am having a telerik report that is used in silverlight.it it working fine. all i want is to get serial number column in a table and the sum of amount field below the amount column.
I have used the rowcount() and sum(field). but is not working.

Please help.
Thanks in advance.
Posted
Updated 22-Jun-11 0:05am
v2

You will get a quick and good answer at telerik forum itself.
http://www.telerik.com/community/forums/reporting/telerik-reporting.aspx[^]

For row number you can use = RowNumber()
http://www.telerik.com/community/forums/reporting/telerik-reporting/displaying-row-numbers.aspx[^]

For sum, check[^] what is applicable to you.
 
Share this answer
 
v3
Comments
Saumya J Pandey 22-Jun-11 6:18am    
Thanks Prerak, but = RowNumber() is not working correct. it is giving 1 for every row.
Prerak Patel 22-Jun-11 6:20am    
As I said, I am not expert of telerik controls. I just quick searched telerik forum for you. That would be a good place to look for your answer. Help yourself. All the best.
Saumya J Pandey 22-Jun-11 6:26am    
anyways. thanks for the help..
Prerak Patel 24-Jun-11 4:10am    
Why downvote? Didn't this help you?
From your answer, it shows that you didn't know where to put RowNumber.
It was clearly mentioned in my link: you need to add a textbox to the detail section and set its .Value property
Hi everyone,
the query is solved. We have to Use RowNUmber() in the detailed section of cross tab.RowNumber() dont work in table. and sum of fields can be achieved by using Sum(=Field.FieldName). this should be in the row of the table out of group row must be there.

Hope it works for everyone
thanks everyone
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900