Define Table Name (whit diferent indexes)

Asked by Dahalpi

Hello
In my case i generate correctly many tables with an iterator (the same table with diferent content).
Now, to modify later with PERL (i have to add rows at the end of page) i need to recognize the diferent tablenames, but every same table have the same name!!! (i use grep to search table name in content.xml)
I need to lnow how to set diferent table names adding the 'index' like this:

-Table1_0 for first set
-Table1_1 for second set
-Table1_2 for thirst set
-Table1_3 for fourth set

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Appy Edit question
Assignee:
No assignee Edit question
Solved by:
Dahalpi
Solved:
Last query:
Last reply:
Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#1

Hello,

From 1ppy 0.9.2 (to be released today), if you define a variable named 'tableName' inside a table, it will be used to name the table. For information, with Calc, every spreadsheet is represented as a table; the table name is the name that appears in the corresponding tab, in the bottom of the screen.

Cheers,
Gaetan

Revision history for this message
Dahalpi (dahalpi) said :
#2

Great!!
Thanks again!!