Palo.SetdataBulk - dimension parameters as single columns rather than block
Frist of all the new setdatabulk function works great. It increases the performance of Excel based upload by far.
However the dimension parameters of the formula need to be defined as block. This is fine but in terms of designing compact and structured inputsheets it results in huge excel areas of upload blocks even though just one dimension parameter is changing.
I would like to have the ability of defining every dimension parameter as single parameter to keep the sheets easy to maintain.
Block: palo.setdatabulk(db;cube;A1:C20;D1:D20)
Columns: palo.setdatabulk(db;cube;A1:A20;B1:B20;C1:C20;D1:D20)
ADMIN RESPONSE
Jul 2, 2019
Such functionality is already present in 5.1 (PALO.SETDATAA).