0

I want sum of salary column:

enter image description here

this is expr for salary column:

=iif(fields!Items.Value="A",(cdec(sum(fields!sumofincome.Value)/1000*3)), iif(fields!Items.Value="B",(cdec(sum(fields!sumofincome.Value)/1000*1.5)),iif(fields!Items.Value="C",(cdec(sum(fields!sumofincome.Value)/1000*0.5)),0)))`
dbc
  • 104,963
  • 20
  • 228
  • 340
mahdi
  • 1
  • 1
  • I have a report matrix and i want to sum salary column. above code is for salary column. please help me – mahdi Sep 15 '22 at 06:23
  • What language + framework(s) are you working in? [tag:excel]? [tag:google-sheets]? Somethine else? Please [edit] your question and [tag](https://stackoverflow.com/help/tagging) it with the technologies you are using. Doing so will attract the attention of people who can answer. Generic tags like [tag:report] and [tag:viewer] are not useful. – dbc Sep 17 '22 at 00:46
  • in rdlc reporting in vs c# – mahdi Sep 18 '22 at 03:45

0 Answers0