Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short description

Returns a number list in result of evaluating math_time_expression against each of the numeric values in argument numbers/texts.

Output Statussubtletruetitlenumber listAvailable since

Status
subtletrue
colourBlue
title2.2.8

UI Text Box
sizemedium
typeinfo

This function returns a number resulting of evaluating math_time_expression against each of the string list in argument strings.

Argument math_time_expression is a math/time expression, where ^% represents each string in argument strings.

list with results of the given calculation performed for each text in the specified list.


Code Block
languagebash
titleSyntax
linenumberstrue
mathOnStringList(string list stringstextList, number math_time_expressionmathExpression) #Output: Number list


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
mathOnStringList(["a", "ab", "abc", "abcd", "abcde"], length(^%%{seed.text}))


This example returns the following number list:

[1, 2, 3, 4, 5]


To achieve this, the following functions are used:



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
xxxtextList

Status
subtletrue
titledata typetext list

Any given text listParameter description.
xxxmathExpression

Status
subtletrue
titledata typetext

A valid math expressionParameter description.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_mathonstringlist" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloud
Map(question)

Notes

Workaround

Just like for mathOnIssueList() but using a string list.




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns a number list with results of the given calculation performed for each text in the specified list.

Output

Status
subtletrue
titlenumber list

Available since

Status
subtletrue
colourBlue
title2.2.8

Label