...
Anchor | ||||
---|---|---|---|---|
|
Appanvil karma designer | ||||
---|---|---|---|---|
|
...
So, postprocessing is a powerful tool in ACDI that allows you to create flexible reports. Thank you for your attention and take care.
Anchor | ||||
---|---|---|---|---|
|
Appanvil karma designer | ||||
---|---|---|---|---|
|
If according to report logic, some records should be removed from a final table and export documents' special function context.deleteRecord()
may be used. Once it is called the record where the postprocessing function is called from will be removed from a final report.
Please, create a postprocessing function, assign it to any attribute, enable postprocessing, and turn on “Pass full record object to the postprocess function”
...
function example:
Code Block |
---|
function(value, record, context){
if (record.sn && record.sn[0]==="Santos"){
context.deleteRecord();
}
return value;
} |
The current function will remove all objects that have “sn” equal to “Santos”
Should you have any questions or require any assistance, please do not hesitate to contact us at any time swsupport.skypro@skypro.ch