TEXT_AGG
TEXT_AGG([Feature])
Syntax
TEXT_AGG(text expression)
Combines all corresponding values of text variables of data point into a single value.
text expression: Text created using text functions, text fields or constants.
Use cases
Spent time on tasks
Compare spent hours for completed tasks over time.
Source: Tasks
Time tracking stats for tasks of the building super hero suit
Completed On | Task | Hours Spent | Feature |
---|---|---|---|
03 Jan 2018 10:13 AM | Create a steel helmet to protect head | 19 | Protective Suit |
20 Jan 2018 04:08 PM | Create a chest protection from steel | 45 | Protective Suit |
05 Feb 2018 11:34 AM | Ask agency to create fancy identity for new super hero | 30 | Design |
09 Feb 2018 02:11 PM | Install super hero logo on body and helmet | 2 | Protective Suit |
09 Feb 2018 02:11 PM | Put on gloves with nice color | 2 | Protective Suit |
12 Feb 2018 09:01 PM | Ask Hulk to push in head | 5 | Combat Testing |
01 Mar 2018 06:45 PM | Ask Hulk to push in chest | 5 | Combat Testing |
Chart BAR
X: MONTH([Completed on])
Y: SUM([Hours Spent])
LABEL: TEXT_AGG([Feature])
MONTH(Completed On) | SUM(Hours Spent) | TEXT_AGG(Feature) |
---|---|---|
January, 2018 | 64 | Protective Suit |
February, 2018 | 39 | Combat Testing, Design, Protective Suit |
March, 2018 | 5 | Combat Testing |