My template has a table where I also have some fix data but also dynamic row (I used Start (Select) - End expression).
Because of the fix data, even if I have expressions using <IF:>, the lines oft my table are displayed in my pdf file as empty lines, and it is not ok; how could I also hide the empty lines from my table in my pdf? Or how could I hide the entire table?
It appears you have blocks of the table in your report you want to appear only if certain conditions are met, but you want those blocks entirely hidden otherwise. This is not at all easy to do using a Google Docs template. You could try putting a sub-table within the main table and wrap the sub-table in <>/<>. The problem then becomes spacing and alignment, which itself is a real challenge. Alternatively, you could try using an HTML template rather than Google Docs, but that’s also a huge challenge.
I was thinking how about integrating in the second row (the dynamic one) the expression from the first row… I tried something like this, but I had errors in my automation; if I can integrate the fixed text in my start expression which is dynamic, I think, it will be better. What do you think about this? Because the fixed text from row 1 and the dynamic data from row 2 are related (I could say the row 1 is the title and subtitle for the data in row 2).
The idea is: if user select thinks from the first subcategory, then this part should be visible on the pdf, if not, shhould not.
You also told me to put a sub-table within the main table and wrap the sub-table in <>/<>, but I am not sure I understand how to do that; could you, please, help me using am example?
I will try something like this; I think I could use many small tables, every table with its own header. I tried sometime to put table between <IF: <>, but it was with errors.
I also tried hiding the visible lines of the table, but then, there is too much empty space in the table.
It is a solution for what I have to do. Thank you very much for your explanation and example. They help me to understand how I should arrange data on the page. Indeed, it is a work to do, but it is much better like this, than having 100 empty fields.
In addition, if I make the lines of the inner tables invisible, the framing is no longer visible , so the table looks almost perfect . I tested using a part of my data, I hope it will be ok for all my 100 lines.