I'm building a report in GDS and I'm trying to take advantage of the new Chart Calculate Field.
I have the following data
unique_users 120,449
clicks 4,405
I want to calculate the CTR using this formula:
SUM(clicks) / SUM(unique_users)
I keep getting an invalid formula error which I don't understand (attached is a screenshot).
The columns I'm trying to calculate comes from a blended data, this is its definition:
unique_user
clicks