When dropping charts onto a canvas from workbooks with lots of copied charts, the names are impossible to decipher. See screenshot.
We need some way of determining what chart is what.
Possible solutions could be:
1. Create a label attribut...
OLAP Server contains storage for persisting cell properties (e.g. number format, foreground color, note,...). This can be used to centrally define and store properties of the cell and then later be shared on different frontends e.g. define rule th...
Improve the performance of Palo.SetData - Perhaps as Set.DataC or Set.DataV. Sending multiple data write requests in a single request is possible in the API so why not in Excel?
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 stru...
This would be great if we could join 2 tables in a tableJoin using not only equal operator but also other operators: <, <=, >, >=
like in classical SQL statements