I am new to this level of detail in eazyBI.
I have a user that requested a custom number filed with decimal. I would like to be able to determine the value of this field in order to count (add 1) to one of 3 fields to categorize into a range.
i.e. if (issue customfield) is not empty and value is between 0 and 3 , add one to range_low
if (issue customfield) is not empty and value is between 3.1 and 6 , add one to range_med
if (issue customfield) is not empty and value is between 6.1 and 10 , add one to range_high
I would then use the 3 calculated range fields on a chart
Could someone please help me figure out how to accomplish this in eazyBI?
TIA