Forum Discussion

HoneyGulati's avatar
HoneyGulati
New Contributor III
12 hours ago

Need help on 2 functions GetSessionDataTable and SetSessionDataTable

Hi All,

I am trying to use getSessionDataTable and SetSessionDataTable for loading data from a file placed in harvest folder and then using the table to store it in cube with direct approach.

Can anyone provide more insight on these functions? How is it work and if there are any challenge of using these functions?

1 Reply

  • sameburn's avatar
    sameburn
    Contributor III

    Hi HoneyGulati​ 

    These two functions can be used to Set / Get results of a DataTable in session for a given user (works a bit like Globals).

    So that it can be retrieved later on for a different use case.  The DataTable is only available for that user's session

     

     

    Everything works as you would expect.  Have you actually tried using these methods?  Not very clear what your issue is

    BR

    Sam