Hi,
I have 2 problems.
The first is related to the switch we made from 7.1 to 8.7.1
The second is related with list as nested objects that is a feature of 8.7 (maybe was introduced in 8.6 but nevermind).
In the attached “Template.xlsx” there is a worksheet named “Summary” where you can find the first problem.
With the Smart Markes “&=Details.FatherName” and “&=Details.ProductName(skip:1)” I wan to produce
FatherName
Total-----
Father2Name
Product1
Product2
Total-----
But if you look in the “offerExcel.xlsx” the products gets printed like this
FatherName
Total-----
Father2Name
Total----- Product1
Product2
This template was fully working with version 7.1
The second problem is exposed in the worksheet named "Collateral"
where I took the list as nested objects example and changed a little the template.
What i wanted to achieve is to have something like this
Husband1
H1’s wife1
H1’s wife 2
Husband2
Husband3
H3’s wife 1
H3’s wive 2
But it prints first all the Husband then all the wives. How can I print it like I want to?
Thanks for you help.