Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

which one is optimize

Count({<CalendarYear={$(vCalenderYear)},CalendarMonthName={$(vMonthSelection)},Link_DateKey={$(vMaxDate)}>}DISTINCT ID))

Count({<Link_DateKey={$(vMaxDate)}>}DISTINCT ID))

Count({<CalendarYear=,CalendarMonthName=,CalendarDay=,Link_DateKey={$(vMaxDate)}>}ID)

1 Solution

Accepted Solutions
Anil_Babu_Samineni

If 3 expressions are same output. Then 2nd/3rd expression is optimize.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

1 Reply
Anil_Babu_Samineni

If 3 expressions are same output. Then 2nd/3rd expression is optimize.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful