
Jozef B
I like figuring out how to do things.
-
Actividad total32
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen1 usuario
-
Votos5
-
Suscripciones15
Resumen de la actividad
Última actividad de Jozef B-
Jozef B hizo un comentario,
To answer my own comment, ZD support linked me to how to do it. I'll edit this comment once I figure out how to filter by date (unless somebody else knows) because that's the only thing I need now....
-
Jozef B hizo un comentario,
Hello Dave, 1. I did specify that those are mathematically different and will have different results. This is why I mention that the below is a mathematically equivalent workaround. A / C + B / C 2...
-
Jozef B hizo un comentario,
Thank you for the info! Unfortunately an Attribute will not work for my use case, because the text should indicate something regarding the count of tickets rather than each individual. I guess ulti...
-
Jozef B creó una publicación,
Cannot Use Parentheses and Math Logic in ELIF Statements
Hello, I'm trying to figure out why I'm unable to use parentheses and math logic within ELIF statements. Code such as this will not work: IF XTHEN YELIF (A + B) / C = DTHEN ZENDIF While this will: ...
-
Jozef B creó una publicación,
Using LINKs & Text in Result Metric Calculations
Hello, I'm trying to figure out why I'm unable to return LINKs or text in Result Metric Calculations. Numbers may be output, but text and LINKs are prohibited. Not sure if this is a bug or intended...
-
Jozef B creó una publicación,
Feature Request: Reference Result Metric Calculations in other Result Metric Calculations
Hello, I think it would be very useful if you could reference Result Metric Calculations from other Result Metric Calculations. Use Case An example is below: [Velocity] in the bottom would refer ...
-
Jozef B creó una publicación,
Feature Request: Round Up & Round Down
Hello, I'd love it if it were possible to have a round up / round down function. This is currently possible doing the following, but a dedicated function would be great: IF X % 1 = 0THEN XELSE ROUN...
-
Jozef B hizo un comentario,
David Garceau I saw that you had found an article about how to retrieve this information from the API. Are you able to provide a link to this article / some basic instructions? I'm sifting posts an...
-
Jozef B hizo un comentario,
To get around having duplicate tags with identical names, I sometimes use the following format: tag_group/tag_sub_group/specific_tag Generally, when I'm reporting, I don't care about the groups...
-
Jozef B hizo un comentario,
Figured out the problem! For anybody else who might be running in to the same issue, when I removed changed the formula to more closely match the inbound call formula, specifically removing the INT...