As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I need to create a step which filters the records based on the first occurrence of a column.This message has been edited. Last edited by: FP Mod Chuck,
DQ Tutorial is the best place to start playing with it. Section 05.03 is about using Filters. It does give a simple example and you can use more complex things using expressions.
Press Control key and space tab on your keyboard to see more of these complex functions and its syntax, usage etc.
this might help you.. //src_province = 'ON' substr(src_province,0,1) is 'O'