-
Re: Combine multiple results into one row/cell
that's how I was able to do it MySql. SELECT `Customer Name`, GROUP_CONCAT(`Customer States`) AS 'States' FROM `mb_test_Customer` group by `Customer Name`2 -
Re: Calculating on a calculation
Greetings, few questions to get started: Is your Velocity calculated via a beastmode? Would you be calculating the Quarterly Average based on the current quarter we're in or are you wanting to see Av…1 -
Re: Calculating on a calculation
using MySql I was able to get to your test average of 16 for Q1 (assuming all end dates were Q1 2019). Only downside is you lose the ability to drill down to the raw data through the card. Thoughts?1