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))))>> <<NOMBRE DEL RANCHO>>

<<NOMBRE DE EL RANCHO>>

<< BANO>>

<<FECHA>>

<<end>>

 

Does work

<<START:  FILTER(โ€œPRE OP CHECKโ€,AND([MAYORDOMO]=[_THISROW].[USER NAME],(date([FECHA])=(TODAY() - WEEKDAY(TODAY())-7+2))))>> <<NOMBRE DEL RANCHO>>

<<NOMBRE DE EL RANCHO>>

<< BANO>>

<<FECHA>>

<<end>>

0 2 56
2 REPLIES 2

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 <<END>> elements above and below the table frame and see if it works.

TeeSee1_0-1665037609239.png

 

I'll give it a shot thanks for the tip

Top Labels in this Space