phesson Member

Comments

  • Thank you, how do I do that. Are you saying beastmode formulas can color rows? I didn't think there was a rank function, so the first column is simply the same data as the last column, just displayed as "ranked highest to lowest".
  • Yes, QTY is showing up as a measure. Also, I don't necessarily need to sum these I guess, I just didn't know how to have this column display the QTY based on what source is selected. I believe in the other dataset this is already summed up and displayed by transaction.
  • Yes, same thing
  • Removed, still that pesky error.
  • SUM(CASE WHEN Source = 'POS' THEN sum(Qty) ELSE 0 END) CASE WHEN Source = 'POS' THEN sum(Qty) ELSE 0 END Tried these two. There are two columns I'm needing to sum and was going to do a calc for each one. Qty & Total (one is quantity of product sold, other is price of product sold). Thanks
  • Thank you for all the replies!! I was on the right track with this, but I'm still getting this error when trying to save the Beastmode calc using the examples above and updating to my data. This is the error I get, can't find any info on why it is throwing.