You are not logged in.

Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Rom

Master

  • "Rom" started this thread

Posts: 30

Date of registration: Dec 14th 2005

Location: Rosenheim

  • Send private message

1

Friday, December 16th 2005, 3:00pm

palo.datac; data; datav

Hi,

what are the differences between Palo.data, palo.datac and palo.datav?

tx for help

v_malicevic

Palo Team

  • "v_malicevic" is male

Posts: 454

Date of registration: Oct 26th 2005

Location: Germany

  • Send private message

2

Friday, December 16th 2005, 4:41pm

Hello,
please have a look a the following thread:

http://forum.palo.net/thread.php?threadi…=&hilight=datac
Mit freundlichen Gruessen/ With kind Regards / Meilleures salutations

Vladislav Malicevic
Head of Research and Development

Jedox AG

Rom

Master

  • "Rom" started this thread

Posts: 30

Date of registration: Dec 14th 2005

Location: Rosenheim

  • Send private message

3

Tuesday, December 20th 2005, 3:03pm

RE: palo.datac; data; datav

Tx, but what does datav does?

regards

RJ
RJ
Rosenheim

holger

Palo Team

  • "holger" is male

Posts: 64

Date of registration: Oct 27th 2005

  • Send private message

4

Tuesday, December 20th 2005, 5:00pm

RE: palo.datac; data; datav

Hi Rom,

The difference between PALO.DATA and DATAC: DATAC collects all the formulas in a workbook and executes them in one go, where PALO.DATA executes them one after the other the way Excel does (randomly more or less). The latter may mean many database accesses and thus a somewhat slower performance but you will need to use PALO.DATA if you have Palo formulas which involve values that are retrieved by another Palo formula.

So if you need a simple list for example, we recommend to use PALO.DATAC, sophisticated setups however where you use push-rules require PALO.DATA.

PALO.DATAV allows an even quicker access to your data. DATAV sends just one query to the database for all the cells in your worksheet that contain PALO.DATAV functions, and it receives all data in one array.

Limits: PALO.DATAV only works for tables where all DATAV formulas sit in a coherent array, it is not possible to have cells with other functions in between. And it only works where columns and rows contain just one dimension. For example you cannot use PALO.DATAV in a worksheet that shows both products and months in columns or rows.

Regards
Holger
Jedox QA

Rom

Master

  • "Rom" started this thread

Posts: 30

Date of registration: Dec 14th 2005

Location: Rosenheim

  • Send private message

5

Monday, January 16th 2006, 1:48pm

RE: palo.datac; data; datav

Tx Holger.

mfg

RJ
RJ
Rosenheim

Rate this thread