Running TableDeleteRow with conditions

  • Thread starter Thread starter Me
  • Start date Start date
M

Me

Hi All,

How would I run TableDeleteRow on a table row, subject to some IF field (or
other?) conditions. For example:

{ IF "{ PAGE }"="1" "{ PAGE }" TableDeleteRow }

It won't run TableDeleteRow - just displays it as text.

Thanks
 
Hi You,

You can't run macros or built-in commands from a field.

You want to hide a complete row in a table if {page}="1"?

One thing you could do is put the two versions of the table (with/without
that row) in the two branches of the IF field.
Not terribly elegant...

If you want that info in a header, you could also set up the section with
"Different first page".

Regards,
Klaus
 
Back
Top