Get value of a certain record as a measurement for KPI chart
Hi,
I looked all over the forums and tried a billion combinations and yet nothing helped.
So im going to ask here & i hope someone will be kind enough to help me.
I have 2 different tables.
Table A: has only 1 record (its an aggregation SQL query that i loaded via a script).
Table B: has multiple records.
I want to display a KPI chart (or widget) that displays the value from Table A and also the value from the record before last of Table B.
I tried everything, lookup() does not exist, last() does not work, if() didnt help, above() did not help. the only thing that sorta worked was using only() like so:
which essentially get the data means, get the corresponding data in table B from yesterday.
I also tried setting a variable to '0'&Date(Today(1)-1, i can see that the variable indeed gets the desired text, however only() function doesnt work with it either.