In order to pull up the data, a user needs to create an Item Saved Search. Here are the steps:
Navigate to Reports>SavedSearches>All Saved Searches>New
Select Search Type = Item
Navigate to Criteria tab>Standardsubtab>Filter column and add the filter:
- Type = is Item Group
4. Navigate to Results tab:
Sort By = Name
- Then By = Base Price
5. Navigate to Results tab> Columnssubtab> Filter column and add the following:
Name | Summary Type: Group
Type
Member Item
Formula(Numeric) | Summary Type: Maximum | Formula:case when {memberitem.price} IS NULL then 0 else {memberitem.price} end | CustomLabel: Price
- Formula(Text) | Summary Type: Maximum | Formula: max({memberitem.name})keep (dense_rank last order by (case when {memberitem.price} IS NULL then 0else {memberitem.price} end)) | Custom Label: Member Itemwith Highest Sales Price
6. Hit Save & Run button
Note: The Sales Price referenced in the Search Results pertain to the Base Price of Member Items.
No comments:
Post a Comment