Hi,
I have two markdown elements on canvas showing the results of the same essql query but for 2 different IP addresses. I need a 3rd, which should hold the sum of the values from these 2 elements.
I tried to create a variable (let's say clients1) in the "Workpad" settings and use the following (part in both element's "Expression editor" but to no avail:
essql SELECT total_clients .... | var_set name=clients1 value={getCell "total_clients" } | ...
No such thing as a global variable apparently...
Is summing the results of 2 elements possible? How? (note: the essql queries use a LIMIT 1 at the end, so combining the SQL statements for the summarized markdown element does not work either)
Thanks,
Gábor