I have been at this for a few days off and on and I cannot figure it out.I Have a row that does some calculation based on student population. IF the school is not named "Bad school" (not the real name) then i do the sum of the SRB value devided by 4 multiplied by 2 added to the sum of the non srb value divided by 6 multiplied by 2. I get srb and non srb values from a case in my sql.
I need the sum of that row but I cannot get anything to work. I would think it would just be (sum[Table]) but that throws errors. Is ther ean easy way to do this?What I have
I just need the total of the rows What I needI can't think of how to get the total with the bad school added in as .5I have looked at some other answers to siilar questions but mine seems to have extra layers that complicate it