- What are you trying to achieve?
I have a table generated from ES datasource. Several filters were applied from Transform tab. Now I want to apply condition on one of my column such as "if (doc['type'].value == 'cpu') {return (_value / 3600)} else {return 0 }
.
Can I do it using any option inside transform? I tried to include directly in query but then it doesnot display the rest