Forum Discussion

egoodwin's avatar
egoodwin
New Contributor II
2 years ago

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: