I'm trying to set the group by expression using the Property Builder, but when I set it to:
"[VariableGroupName] as [Group] format "{1}" Group By [VariableGroupName]", its automatically changing it too:
"[VariableGroupName] as [Group]Group By [VariableGroupName]"
if I programmatically set it, it seems to work, but yeah using the property Builder its just stuffing up on me.
"[VariableGroupName] as [Group] format "{1}" Group By [VariableGroupName]", its automatically changing it too:
"[VariableGroupName] as [Group]Group By [VariableGroupName]"
if I programmatically set it, it seems to work, but yeah using the property Builder its just stuffing up on me.