What does a dotted line from a "Group By" component to a "Filter" component mean?

What does a dotted line from a "Group By" component to a "Filter" component mean?
A . There is a one-to-one relationship between the "Group By" and the "Filter" components.
B . To evaluate the "Group By" component, the "Filter" component is evaluated first.
C . A property from the "Group By" is referenced by the “Filter" component.
D . Information from the "Group By" is copied over to the "Filter" component.

Answer: C

Explanation:

A dotted line from a “Group By” component to a “Filter” component means that a property from the “Group By” is referenced by the “Filter” component. For example, if you group customers by age and then filter them by average spending, you need to reference a property from the “Group By” component, such as .pxSegment, in the “Filter” component. A dotted line does not indicate a one-to-one relationship, an evaluation order, or a copying of information between components

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments