0

I am using Docmosis to generate data into a table. A blank row appears underneath the table heading and between each row containing data.

I suspect my issue is occurring because of the statements using: <<$isLender>> I have considered using <<else_ to handle behaviour when <<$isLender>> is true or false however can't seem to find a working solution to remove the blank row. Any advice would be appreciated.

Name Address
<<rr_submittingConveyancer.representees>>
<<$isLender=false>><<rs_party.roles>><<cs_{type=’lender’}>><<$isLender=true>><<es_{type=’lender’}>><<es_party.roles>>
<<cr_$isLender>>

Full code for the table

Name Address
Joe Bloggs A1 address of the property
Big Company B1 Current proprietor's address
  • Welcome! "_Any advice would be appreciated._" Since this site is for _complete_ answers to _precise_, on-topic questions, can you please ask a precise question? You can see [ask] for guidance. – starball Jan 09 '23 at 17:54
  • Can you please [read about why text is better than images of text](//meta.stackoverflow.com/a/285557/11107541) and then [edit] to convert your images of text into actual text? See [/editing-help#code](/editing-help#code) for how to format code blocks. See also: [/editing-help#tables](/editing-help#tables). – starball Jan 09 '23 at 17:56

0 Answers0