Hi All,
I have two different datasets: payments and customer support. I’d like to graphic number of customer support tickets by number of payments.
Is there any possibility to use a calculated field from two different datasets or I have to join them for example using date field?
Ideally, for good structure design you must a at least one key like production_Id or order_id or any column which related both the dataset.
you can use the date field with the LEFT joint left table should be greater in number of record from the right table/tables
but cannot do with timestamp.