Microsoft
Software
Hardware
Network
Question : RDLC and syntax help needed
I have a rdlc report and on the report I have the ServiceCost.value and Confirmed.value ( which is Boolean)
ServiceCost is Currency.
I can get a total for service cost. But how do I get the sum of servicecost.value if confirmed.value =False
I have tried every single statement below and the closest i get is
=FormatCurrency(Sum(str(Fi
elds!Servi
ceCost.Val
ue) -(str(Fields!ServiceCost.v
alue and Fields!Confirmed.value=Fal
se))))
If all evaluate to false it gives the correct amount. Which is $0.00
If all evaluate to true it gives the correct amount. Whatever the service total is.
If any ONE evaluates with a true and false for ServiceCost then it takes the .00 of the false and adds it to the total, throwing it all off.
So if it should be 241.00 it ends up as 241.25
All other attempts below
--------------------------
----------
----------
----------
----------
----------
----------
----------
----------
----------
----------
---
'=IIF(Fields!Confirmed.Val
ue = "False",0,0 and Sum(Fields!ServiceCost.val
ue))
'=Sum(IIF(Fields!ServiceCo
st.value and Fields!Confirmed.Value="Fa
lse",0,1))
'(CDec(Fields!ServiceCost.
Value and Fields!Confirmed.value=Fal
se)))
'=FormatCurrency(Sum(fix(F
ields!Serv
iceCost.Va
lue and Fields!Confirmed.value=Fal
se)))
'=IIf (Fields!Confirmed.value ,0,1 and sum(Fields!ServiceCost.Val
ue))
'=FormatCurrency(Sum(str(F
ields!Serv
iceCost.Va
lue) -(str(Fields!ServiceCost.v
alue and Fields!Confirmed.value=Fal
se))))
'=FormatCurrency(Sum(CDec(
Fields!Ser
viceCost.V
alue and Fields!Confirmed.value=Fal
se)))
'=Sum(IIF(Fields!Confirmed
.Value = "False", 1, 0))
'=Sum(IIF(Fields!ServiceCo
st.value and Fields!Confirmed.Value,0,0
))
'=IIF(Fields!Confirmed.Val
ue = "False", 0, 0 and Sum(Fields!ServiceCost.val
ue))
'=FormatCurrency(Sum(Field
s!ServiceC
ost.Value and Fields!Confirmed.value=Fal
se))
Answer : RDLC and syntax help needed
Sorry. Have a look at this article. I believbe it is what your looking for
http://technet.microsoft.c
om/en-us/l
ibrary/ee3
32316.aspx
Random Solutions
Cannot empty recycle bin after deleting a file with an invalid name
Wireless Certificated RAIDUS authentication problems
Outlook 2007 and 2 exchaneg servers
cannot log you in because the domain is not available WORKAROUND?
How to preform Multi Thread Join Async
Saving 3ds Max 2009 files taking ages !!
How to make hp nx7300 start?
I removed the cmos battery from a dell power edge 2650
On a File/Print server, is there a way to tell who has certain printers mapped?
Print constant string as Select Output