Skip to main content
June 9, 2025
Question

Need help on 2 functions GetSessionDataTable and SetSessionDataTable

  • June 9, 2025
  • 1 reply
  • 0 views

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

June 9, 2025

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