Hello,
I would like to use a formula in Structure (e.g., SUM), where one of the field values is coming from a SIL script custom field (returning a number).
The SIL script custom field is calculating the total price for a specific amount of items. I would like to sum this total price using a structure. The searcher of the SIL custom field is set to "Number range searcher".
Unfortunately, this formula is not computing anything. Does anyone have a hint?
Thank you in advance.
Reinhard
Hello Reinhard,
The Formula column by default can only recognise Jira formats, so when it comes to custom fields provided by third-party apps, such fields can have their own formats that can be unknown to the Formula.
You can try to resolve this problem by tweaking the Formula column’s configuration:
If the field’s values are shown as numbers, aggregate functions should also work. But if the numeric value is wrapped in some text(for example, if the value is 'The price is X'), then you can additionally use the MID function in the formula to cut off all the extra text and only show the numeric part.
I hope this helps. Please feel free to contact us via support.almworks.com in case you need further assistance, we’ll be glad to look deeper into you use-case.
Best regards,
Stepan Kholodov
ALM Works
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.