Add column on calc?

Asked by Dahalpi

Hello, i calc i saw exist 'add cell' ,'add row' but 'add column' doesn't work for me, how can i add a column every time my variable changue value?

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
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Gaëtan Delannay (gaetan-delannay) said :
#2

Hello,
From Appy 0.9.2 (to be released today), in an ods template, you can now define a variable 'columnsRepeated' that specifies, for every column of the table representing a spreadsheet, how much times it will be repeated by subsequent 'for... cell' statements. For example, if you have a spreadsheet with 2 columns, and you will need to repeat the second one 100 times, define a statement 'do table with columnsRepeated=(1,100)'. If you don't do that, pod will be unable to guess what column must be repeated and how, will consider your table has having 2 columns and will produce a resulting table spreading the cells within a 2-columns wide table.

But there is no specific way of repeating a column. You must repeat every row that integrates this column.
Cheers
Gaetan

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

Thanks!
I will try that way :)
Best regards!