Upgrade Issues

Some hints that prove useful when upgrading your models...

ArrayFunction attribute - Upgrading project from versions of Studio prior to 7.1
6.2 or earlier In function code that uses array function attribute ‘<ArrayFunction….> Replace ArrayFunction with ArrayFn Otherwise can get compilati...
Thu, 26 Oct, 2023 at 12:27 PM
FilterCols class - Upgrading project from versions of Studio prior to 7.1
6.2 or earlier Group projection or external component function code that refers to FilterCols class Replace code Dim filter = New FilterCols(...) with ...
Thu, 26 Oct, 2023 at 12:28 PM
Define default parameter values - Upgrading project from versions of Studio prior to 7.1
6.9 or earlier Parameter with data type Integer(), Double(), String() need to have default values defined. {1, 2} for numeric arrays {"a"...
Thu, 26 Oct, 2023 at 12:29 PM
Access property for table parameters using source property to lookup value - Upgrading project from versions of Studio prior to 7.1
6.8 or earlier Table parameters (DataType = TableDbl or TableStr) using Source property to look up the parameter value from a basis table need to have Acce...
Thu, 26 Oct, 2023 at 12:32 PM