Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to reduce a document with publisher but without generating several documents?
I mean, I have a field to do the reducing, but I prefer to publish one document instead of several, that way I don't need to manage users in the management console and I have only 1 doc copied to the server.
Thanks in advance
As per my knowledge, publisher does not have this functionality.
Regards,
KKR
Just an idea ! Could this be an option ?
An inner join like :
YourTable:
Field1,....TargetField
Inner Join
FromExcel:
Load
ReduceField as TargetField
From <>;