Running TableDeleteRow with conditions

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
 
K

Klaus Linke

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top