Hi team, i want to setup a alert on a calculated m...
# thirdeye-pinot
s
Hi team, i want to setup a alert on a calculated measures using thirdeye. Like alert on revenue per click(RPC). So i created a custom template and get this worked. but now in RCA/investigation its still showing numbers of numerator only and not numerator/denominator in formula. Can you help.
c
Hey Sanjay sorry I missed your message. The issue is there is no way to express:
Copy code
${aggregationFunction}(${aggregationColumn})/${aggregationFunction2}(${aggregationColumn2})
in RCA as of today. We are planning to allow any sql snippet statement for RCA but this is not implemented yet. Feel free to open a ticket in the repo if you need to track the progress of this.