The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.

Forum Discussion

egoodwin's avatar
egoodwin
New Contributor II
2 years ago
Solved

Passing OS Version Number as a Dashboard Parameter

I'm trying to create a Dashboard parameter that has the OS Version number of the application. I would have thought that something like Dim osVersion As String = OneStream.Shared.Common.GeneralString...
  • FrankDK's avatar
    2 years ago

    This should work:

     

    dim version as String = Onestream.Shared.Common.XFVersionInfo.XFVersion

     

     

    From the XFVersionInfo you can get a couple of other related version-information: