
Jozef B
I like figuring out how to do things.
-
Gesamtaktivitäten32
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von1 Benutzer
-
Stimmen5
-
Abonnements15
Aktivitätsübersicht
Neueste Aktivität von Jozef B-
Jozef B hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Post erstellt
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 hat einen Post erstellt
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 hat einen Post erstellt
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 hat einen Post erstellt
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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 hat einen Kommentar hinterlassen
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...