egoodwin
2 years agoNew Contributor II
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.GeneralStrings.OSVersion
would return the value, but this simply returns the string "OS Version". Can someone please point me to the correct function or member to get the application version number?
- 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: