Create a Smartlist with different columns based on a certain User Category Value. Cannot find = in Mathematical function or IF calculation to use a search criteria.
*This post is locked for comments
Thanks Mike. You helped me a lot. Only one more question: which Field Description I have to use in "WHEN"?? From SmartList Builder or the SQL Table Description???
If I'm following you correctly, you would have to set-up multiple columns (calculated fields) per analysis.
If you have a User Category = Style with values Long Sleeve and Short Sleeve, you would need Calculated field "UC1Short" and "UC1Long" (any name). Then establish the Case statement for each:
UC1Long:
CASE
WHEN GPUserCategoryField = "Long Sleeve" THEN "Yes"
ELSE "No"
END
UC2Short:
CASE
WHEN GPUserCategoryField = "Short Sleeve" THEN "Yes"
ELSE "No"
END
This would return a data set like:
ITEM UC1Long UC1Short
ShortTShirt No Yes
LongTShirt Yes No
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156