Focal Point
[CLOSED] DQS Plan - filter on 1st occurance

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/2037079986

April 18, 2018, 01:08 PM
Mark O'Gorman
[CLOSED] DQS Plan - filter on 1st occurance
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,


WebFOCUS 8

Windows, All Outputs

April 23, 2018, 04:29 AM
Jikku.Jacob
Hi Mark,
If I understood your question....

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'

Hope this helps,
Regards,
Jikku Jacob


WebFOCUS 8
Windows, All Outputs