Statistical expressions in report #386
-
Hi, I'm trying to write long statistical expressions in the report yaml file and find that I will likely need to reference field_names in my expressions. Example: (lookups - hits) : misses Where the second statistical expression refers to the "misses" field name in the first key/value pair. I saw this statement in the documentation: Other counters/stats can be referenced relative to the current context in the report def just as simple named counters/stats are referenced in basic report entries. https://sparcians.github.io/map/report_def_format.html#report_def_expressions Do you have examples where field_names are used for subsequent statistical expressions? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Ugh, you hit on a bug/feature that isn't in Sparta yet: #311 I have a branch where I started adding this support, but haven't had time to finish it up. I'll move it up in priority. |
Beta Was this translation helpful? Give feedback.
-
Still working on this. 😄 |
Beta Was this translation helpful? Give feedback.
Ugh, you hit on a bug/feature that isn't in Sparta yet: #311
I have a branch where I started adding this support, but haven't had time to finish it up. I'll move it up in priority.