Versions in a Module

Hi,

 

I have a quick question: in a function, is it possible to refer to a different version on the same module? I had to create versions for each month of data, because I want to import monthly. So, with this i mean, I want the values to remain the unchanged up until the current period and from that period on I want other values.

 

Is it possible?

 

Thank you!!!

Tagged:

Answers

  • Hi @mpenedo 

    You can use a select clause on versions - SELECT: Versions.Actual (for example). Not sure if this is what you are looking for.