I have two datasets that return a value. I now want to create a third dataset that adds the first two together, is this possible? I tried 'Dataset1.value' + 'dataset2.value' but that threw an invalid error.
↧
I have two datasets that return a value. I now want to create a third dataset that adds the first two together, is this possible? I tried 'Dataset1.value' + 'dataset2.value' but that threw an invalid error.