Focal Point
suppressing output in a transform

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

October 23, 2007, 03:45 PM
petepeters
suppressing output in a transform
is there a mapping technique that would allow the suppression of output in a transform?

I would like to perform a test on an input value and then make a determination as to whether to completely suppress the record/segment output or not

thanks for the advise


iWay 5.5 smsp1

windows 2003
October 24, 2007, 06:05 AM
<Pete Webster>
There is a filter tab available on the output tag properties. You can set some conditional logic here so if it returns true you define the action as ‘show’ or ‘hide’.
October 26, 2007, 02:00 PM
Jessica Bottone
Is this Data Migrator or Services Manager? If this is Data Migrator, and if what Pete Webster suggests does not work for you, try doing a source transformation that will set a flag based on your 'test', then you can filter on that 'flag'.


Data Migrator 5.3, 7.1, 7.6
WebFOCUS 7.1, 7.6, 7.7
SQL Server, Oracle, DB2
Windows
October 31, 2007, 04:54 AM
FinSource
This is possible - In transformation workbench you can set the properties of the Parent tag to suppress/hide the attributes or child tags if a condition is met. It is on the first tab of the element properties window.