wiki markup and parameters

Shimi June 28, 2020

Hi,

I would like to use wiki markup and formula in a column to color a specific names of assignees, otherwise, don't color it -   e.g.:

if (MATCH(Eng, 'David' or 'Dan'); {color: red} Assignee{color}; Assignee)

whereas Eng = Assignee.

Is there a way to do that?

Also, the assignee appears as a user name and not in his full name, how can I change it?

 

Thanks in advance! 

1 answer

0 votes
Hasna June 28, 2020

Hi @Shimi 

 

Could you please elaborate your query .

 

Regards

Hasna

Shimi June 28, 2020

Hi

I want to color in red a specific assignees: for example assingee with the user name "DanV". What should be the query in the formula field? 

if (assingee= 'DanV';{color:red} assingee {color}assingee)

doesn't work.

Can you please assist? 

Shimi June 28, 2020

@Hasna 

Michael Werner September 16, 2020

@Shimi 
I think wiki markup must always be in quotation marks, like this

if (assingee= 'DanV';"{color:red} assingee {color}";assingee)

However, that would print the word assignee if the assignee is DanV and not DanV. 

I'm looking for a solution to this myself but so far no luck.

Suggest an answer

Log in or Sign up to answer