Hello team,On Sql Server Report Builder, I'de like to know how to calculate dynamic columns or how to deal with columns based on their names please.Here is the problem:On the column "Delivery_Status" there will be 4 dynamics columns on runtime (DELIVERED, EXPIRED, UNDELIVERABLE, " "), i want to programme the "Success rate" column with:Succes rate = delivred x 100 / SMS_MT (SMS_MT is the column with no name)So when i want to get the DELIVERED data for begin i triedSuccess = ReportItems!Total1.Value http://imgur.com/a/KYdDcwith this command it gets the last data (UNDELIVERABLE) instead (DELIVERED), see the screenshothttp://imgur.com/a/b1s9YPlease how to programm something like this ?=(Fields!Delivery_Status.Value, "DELIVERED") *100/SMS_MT.Value (SMS_MT is the column with no name).Thanks in advance.
↧