Method: Perfion.GetFeatureInfoFromReportColumnName( … )
Will do exactly the same as Perfion.GetFeatureInfo(), but will expect the column names to be generated via a Perfion report, and therefore have names like c_Title and i_SKU etc. So this method basically just cleans away any c_ or i_ prefixes before trying to find a feature.
Syntax
{ScriptObject ActFeatureInfo} Perfion.GetFeatureInfoFromReportColumnNames( string columnName )
- 1 Syntax