Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: I'mNewHereHi Folks,
Trying to change my dataset from
lsexample.jpg
to a cross reference of dates and states, with the calculated FCR result as the values.
I have an agg ex node right now producing the results by state, but I don't have a time dimension, which is what I'm trying to change. to avoid confusion, I've pulled the month number form the date, so myDate is 01 for Jan, etc
R7 = sum(int('Repeat Calls 7'))
FNN7 = sum(int('Eligible FCR Calls - FNN 7'))
FCR7 = double(FNN7 - R7) / double(FNN7)
emit referencedFields(1,{{^GroupBy^}}), FCR7
where lastInGroup
Group by 'state'
If you could, please use laymen terms, as I'm pretty new to lavastorm
I read this thread as a simple inverse of what I'm trying to do, but without the calculation step, but I couldnt figure out whether to use the data to names as it didn't appear to have input fields for a calculation.
http://community.lavastorm.com/threa...-Column-Values