By the end of this chapter you will be able to:
Table of Contents
You will also learn how to pass only some records to the receiving stream using the Maximum Number of Records per Group option.
In this exercise you will select the most recent sales record for each customer from the set of combined updates you created in the previous exercise.
...
- Hover your mouse pointer over the
Latest Package Update
stream and click
and then click YES to confirm.Insert excerpt _run_analysis _run_analysis nopanel true - When PhixFlow notifies you that the analysis is finished, hover your mouse pointer over the
Latest Package Update
stream again. - Click
.Insert excerpt _show_stream_views _show_stream_views nopanel true - In the drop-down list, select
. PhixFlow displays the data.Insert excerpt _default_view _default_view nopanel true - Notice that there is only one record per customer reference.
- If you also look at the default view for the
Combined Updates
stream, you will see that some customers, such as C056 have more than one record, and the . The most recent record has been passed to theLatest package Update
stream.
...