Using CRXI Developer and SQL 2005 Express, I am developing a chart. The ‘On change of’ is by time period. I have a set of events for each time period and each event has an event type. Event type can be one of 6 known values. I need to create a formula that will sum data by time period, by event type. The show values in the chart will be the data for each event type (data value1 for event type1, datavalue1 for event type2,… and data value2 for event type1, data value2 for event type2,…).
What is the formula for doing this?
What is the formula for doing this?