Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Using Appsheet Data to create PDF for month installment table with Merged cell

Hello I'm very new with Appsheet. Rightnow I'm trying to use Appsheet Data to create PDF for month installment table with Merged cell. I have a data set as below

 

No.Product Name
1Price
2Down %
3Down Amount
418 Month
524 Month
630 Month
736 Month
842 Month
948 Month

I'm trying to create an installment by using Automation. The formula generate by the system is as below.

 

Product NameDown %Down Amount18 Month24 Month30 Month36 Month42 Month48 Month
<<Start : Related Data_Installments]>><<[Product Name]>><<[Down %]>><<[Down Amount]>><<[18 Month]>><<[24 Month]>><<[30 Month]>><<[36 Month]>><<[42 Month]>><<[48 Month]>><<End>>

The PDF Generate by the formula is as below.

 

Product NamePriceDown %Down Amount18 Month24 Month30 Month36 Month42 Month48 Month
A                        100,000.0010%                           10,000.00                              5,000.00                              3,750.00                              3,000.00                              2,500.00                              2,142.86                              1,875.00
A                        100,000.0015%                           15,000.00                              4,722.22                              3,541.67                              2,833.33                              2,361.11                              2,023.81                              1,770.83
A                        100,000.0020%                           20,000.00                              4,444.44                              3,333.33                              2,666.67                              2,222.22                              1,904.76                              1,666.67
A                        100,000.0025%                           25,000.00                              4,166.67                              3,125.00                              2,500.00                              2,083.33                              1,785.71                              1,562.50
B                        200,000.0010%                           20,000.00                           10,000.00                              7,500.00                              6,000.00                              5,000.00                              4,285.71                              3,750.00
B                        200,000.0015%                           30,000.00                              9,444.44                              7,083.33                              5,666.67                              4,722.22                              4,047.62                              3,541.67
B                        200,000.0020%                           40,000.00                              8,888.89                              6,666.67                              5,333.33                              4,444.44                              3,809.52                              3,333.33
B                        200,000.0025%                           50,000.00                              8,333.33                              6,250.00                              5,000.00                              4,166.67                              3,571.43                              3,125.00

How could I generate the PDF with Merged cell for "Product Name" and "Price" as below.

Screenshot 2024-09-19 at 18.24.01.png

I hope somebody could help me with this project

Kennie923

0 3 150
3 REPLIES 3

 

Instead of << [Product Name]>>

Please try

<<IF([Down %] ="10%" , [Product Name], [Down %]) >>

You can use a similar approach for [Price] column as well.

sorry I make a mistake on the example. I want to create the PDF table as example picture.

Screenshot 2024-09-19 at 18.24.01.png

 Could you help?

I, don't know if you are still interested but I had the same requirement and I figured it out with table in table, something like:

<<Start:[Related item]>>

<<..>>



<<Start:[Related subitem]>><<..>>

 

<<End>>


<<End>>

And then played with tables hidding borders

Top Labels in this Space