Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend support for GET TIME VALUE #332

Open
enekomartinmartinez opened this issue Jun 2, 2022 · 3 comments
Open

Extend support for GET TIME VALUE #332

enekomartinmartinez opened this issue Jun 2, 2022 · 3 comments

Comments

@enekomartinmartinez
Copy link
Collaborator

I will soon start on adding support for Vensim's GET TIME VALUE function.
https://www.vensim.com/documentation/fn_get_time_value.html

@enekomartinmartinez
Copy link
Collaborator Author

Working on this.

@enekomartinmartinez
Copy link
Collaborator Author

It is complicate to include the full functionality of this function:

  • Seems that Vensim has a bug on it, I am running it with Vensim 7.3.4 in Windows and I have the same results when relativeto is set to 0 an to 1
  • In order to implement the measures 0 to 10 with relativeto 0 or 1 we need to parse the "Base date" which is included in the sketch

Therefore, for now I will only include measures 1 to 10 with relativeto 2 and measure 0 with relative to 0.

@enekomartinmartinez
Copy link
Collaborator Author

relativeto=2 has been fully implemented in branch dev.

In the future maybe some other users may want to implement the missing cases.

@enekomartinmartinez enekomartinmartinez removed their assignment Jun 3, 2022
@enekomartinmartinez enekomartinmartinez changed the title Add support for GET TIME VALUE Extend support for GET TIME VALUE Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant