I am trying to write a report in Confluence that displays content based on a select list. My thought was to use the Run macro for the select list and then the showIf parameter of the Hide macro to display the data. I'm not having much luck with the Hide macro however. I've placed the select list variable outside of the macro to make sure Run is producing the proper value which it is. I've even tried regexp to match just the last character but still not working
{run:id=1|replace=MyProject:aaa::select::aaa:a:bbb:b}
$MyProject
{hide:showIf=.*a:$MyProject}
Show this if option a is selected
{hide}
{run}