Hi Folks, I have a requirement where I need to get data of some dealerships in real time which I can do using SOQL and I need to create a table to show that real time data with another column for which Im getting data from a dataset. Im not able to join both data and create a single out put. Please help with with good ideas. for ex: Live data is like Dealer name Real time sale D1 23 D2 45 D3 * Dataset data is like Dealer name previous sale D1 45 D2 10 D3 90 Output expected : Dealer name real time sale previous sale D1 23 45 D2 45 10 D3 * 90
Hi, sorry for the inconvenience. If you don't receive a response here, we recommend reaching out to our support team for further assistance. You can do so by visiting https://help.salesforce.com/s/articleView?id=000393090&language=en_US&type=1