Hi all,
I searched the documentation and I found nothing, so I guess I already know the answer, I just want a confirmation of that :] Does someone knows if it is possible to change the layout of the information inside each .dat file generated by SSI Web (i. e., how it is organized the information)?
I'll give a pratical example:
Currently, the generated .dat file goes something like this:
(...)
Items 2 5
(...)
The thing is, these are the IDs of the items in a general list of items, but in fact it contains different levels, containing different factors. So, for instance, item 1 and 2 are the level 1 and level 2 respectively of the same factor (let's call it factor "A", for simplicity's sake), and item 3, 4, 5 are 3 different levels of factor "B".
So the ideal thing would be something like this (applied to the previous example):
(...)
Factor A B
Items 2 3
(...)
I don't know if I'm being sufficiently explicit. Of course I can manipulate the lists, separating each set of different levels for the same factor in their own list, but that will be too complex, and if there is a more simple method it would be much easier for me.
I guess that another option would be doing an excel / libreoffice macro to rearrange the file as I wish, although I don't have experience with that.
Anybody knows if there is a third, more simple approach? :]