I have a dynamic table, to which the Table Filter macro is added. I need to make, that by default in a field hideColumns there were some values like that:
But "&&" doesn't work, request returns 400. How can I do this?
<ac:structured-macro ac:name="table-filter" ac:schema-version="1" ac:macro-id="d7cb0f70-e728-4372-8e4c-ac6a1a61984d">
<ac:parameter ac:name="userfilter">Name</ac:parameter>
<ac:parameter ac:name="hideColumns">true</ac:parameter>
<ac:parameter ac:name="default">userfilterField,hideValue1&&hideValue2</ac:parameter>
<ac:rich-text-body>
Hello,
Try to replace all ampersands with %26 for the request. Generally, you need to escape the whole request parameter (page body) for URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.