Export Data using Groovy with Filters and different combinations
Summary:
Hello,
I need to export data using groovy rule so i have used "exportDataToFile" function to achieve this, also it was required to filter the exported data depending on specific data value as an example i need to extract only the approved new hire requisitions so I have used " {DataCell cell -> cell.crossDimCell("Hiring Status").data == 1}",
Content (required):
I need to export data using groovy rule so i have used "exportDataToFile" function to achieve this, also it was required to filter the exported data depending on specific data value as an example i need to extract only the approved new hire requisitions so I have used " {DataCell cell -> cell.crossDimCell("Hiring Status").data == 1}",