Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Subtotal in tabular report

Author  Topic 

krish001
Yak Posting Veteran

61 Posts

Posted - 2009-10-07 : 06:36:42
Hi,

Iam having a tabular report where i have one column as lowest under that iam having values in textboxes as like this

Lowest
1 --user enters
2 -- user enters
3 -- user enters
0 -- Null
5 -- user enters

and at footer iam having sub total which gives me lowest value among them iam getting '0' as subtotal but my lowest is '1'...very urgent i need help


simply in subtotal i should get lowest which the user enters...

JCirocco
Constraint Violating Yak Guru

392 Posts

Posted - 2009-10-07 : 09:25:45
Can you post the SQL code you are using so we can get an idea of how the data is retrieved?

John
Go to Top of Page

krish001
Yak Posting Veteran

61 Posts

Posted - 2009-10-08 : 15:27:15
quote:
Originally posted by JCirocco

Can you post the SQL code you are using so we can get an idea of how the data is retrieved?

John



iam using expression min(fields!lowest.value)
Go to Top of Page

krish001
Yak Posting Veteran

61 Posts

Posted - 2009-10-08 : 15:41:44
quote:
Originally posted by krish001

quote:
Originally posted by JCirocco

Can you post the SQL code you are using so we can get an idea of how the data is retrieved?

John



iam using expression min(fields!lowest.value)



why noone is replying???
Go to Top of Page

krish001
Yak Posting Veteran

61 Posts

Posted - 2009-10-08 : 22:25:16
quote:
Originally posted by krish001

Hi,

Iam having a tabular report where i have one column as lowest under that iam having values in textboxes as like this

Lowest
1 --user enters
2 -- user enters
3 -- user enters
0 -- Null
5 -- user enters

and at footer iam having sub total which gives me lowest value among them iam getting '0' as subtotal but my lowest is '1'...very urgent i need help


simply in subtotal i should get lowest which the user enters...




some one plz reply...............
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-10-09 : 14:12:41
why are you cross posting? this is your third thread with same question

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=134149
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=134165
Go to Top of Page

JCirocco
Constraint Violating Yak Guru

392 Posts

Posted - 2009-10-10 : 08:49:20
visakh16, actually it is fifth...
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=133994
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=134024


John
Go to Top of Page
   

- Advertisement -