I am trying to make the computed col. in view , column should return strRem kind of thing suppose I want to remove ## from a field value of the same column , can any one suggest what SQL statement I suppose to write I wrote this expression:
expression = "StrRem("+ SysComputedColumn::returnField(_viewName,_DataSourceParty,_DataSourcePartyField) + ",'//')"
but it giving error while doing sync on view
any suggestion ?
*This post is locked for comments
I have the same question (0)