SubLevelPlaceHolder inside Macro

Mateusz Żebrowski asked on October 8, 2015 14:35

In hierarchical transformation we can use {^SubLevelPlaceHolder^} to set location of sublevel. Is it possible to set this place holder inside macro? Like this:

{%If(condition){
    {^SubLevelPlaceHolder^}
 }}

Recent Answers


Timothy Fenton answered on October 19, 2015 14:28 (last edited on December 10, 2019 02:30)

Hello Mateusz

You would not be able to use it in a macro like this, however you should be able to use it like this:

{% if(condition){ %}
    {^SubLevelPlaceHolder^}
{% } |(identity)GlobalAdministrator%}
1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.