I have created a Dashboard with 2 panels:
- One with my time series data in a table
- One with my reference data
I add a new panel and choose the 2 panels from the Dashboard Data Source and place my time series panel first. I add a transformation to rename the relationship field similar to that used in the reference data panel.
I add a transformation to perform a JOIN (none of the types do anything) and choose the common field. Nothing happens.
I have tried all the types, but nothing happens.
What am I doing wrong?
Table 1:
Cust_ID | @timestamp
Table 2:
Cust_ID | Contract_Type
Join by Field I choose Cust_ID, but nothing gets added…