START EXPRESSION QUESTION

Hello Everyone,

I’m using a start expression in a pdf template and am I wrong or do start expressions only display records horizontally and not vertically? When I set up the start expression as in the first image, the bot does not execute the action but if I set it up horizontally as in the second pic it seems to work fine.

I was hoping that the records could be displayed vertically.

Does not work



<<START: FILTER(“PRE OP CHECK”,AND([MAYORDOMO]=[_THISROW].[USER NAME],(date([FECHA])=(TODAY() - WEEKDAY(TODAY())-7+2))))>> <>



<>



<< BANO>>



<>



<>

Does work



<<START: FILTER(“PRE OP CHECK”,AND([MAYORDOMO]=[_THISROW].[USER NAME],(date([FECHA])=(TODAY() - WEEKDAY(TODAY())-7+2))))>> <>



<>

<< BANO>>

<>



<>

The Start expression parser seems to get confused depending on your template layout (though I do not know the exact parsing rules).

Try placing <START:...> and <> elements above and below the table frame and see if it works.

2 Likes

I’ll give it a shot thanks for the tip