reporting services - SSRS 2005 Syntax for using two datasets in one expression -



reporting services - SSRS 2005 Syntax for using two datasets in one expression -

i have next look works beautifully add together 2 values, regular hours , overtime hours.

sum(iif(fields!billstatus.value = "f", (cdec(fields!reghrs.value) + cdec(fields!ovthrs.value)),cdec(0)),"reportdataset")

what need add together 3rd value that, 3rd value come different dataset, , cannot seem find proper syntax that.

somehow, after ovthrs.value, need effect of...

+ (fields!hoursworked.value, "rbasejobbaseline")

how inject value part of "true" clause of iif, since needs come different dataset.

the way combine sets in ssrs it's

lookup [msdn][1] lookupset msdn multilookup msdn

but these functions comes ssrs from ms sql 2008r2 version, unfortunately in ssrs 2005 can't , should combine datasets in info base of operations level.

[1]: http://technet.microsoft.com/en-us/library/ee210531.aspx ????

reporting-services reportingservices-2005

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -