MichaelB Member

Comments

  • Hey @Jarvis , I think you may have missed a link because I can't tell where you are pointing me. Thanks, Michael
  • The only way I have found for creating a total column is to split the data as below add a single constant to every row you want to include in your total. Then group by the constant and create a new sum column then rejoin on the constant. You can then eliminate the constants and there you go.