How to pass Metric value to OACS agent body like 'Thresholds by Customer Level @CUSTOMER_THRESHOLD ' .
OAC Version: OACS v6.4
Code Snippet (add any code snippets that support your topic, if applicable):
Hi Viswanath,
Try setting the value for CUSTOMER_THRESHOLD in a session variable defined in the model.
Email subject syntax: @{NQ_SESSION.CUSTOMER_THRESHOLD}
Attachment Note syntax: @{biServer.variables['NQ_SESSION.CUSTOMER_THRESHOLD']}
Additionally, look at Advanced Techniques: Reference Stored Values in Variables:
Regards,
Ezequiel.