Skip to main content

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   

1 answer
0/9000