Forum Discussion
SarahCool
Oct 23, 2023Copper Contributor
format column json href link to list with 2 filters
I'm trying to format a column in a library so it's a link to a list with a filter based on the ID of the library and a fixed filter from a choice field. This is what I try for the href property: ...
luis-ribeiro
Oct 23, 2023Brass Contributor
Hi SarahCool
I believe you are missing a "='" in the first expression and as consequence it is evaluated as string and not evaluate as a formula/expression to concatenate the values.
Regards
- SarahCoolOct 23, 2023Copper Contributorthanks! luis-ribeiro