I have a html block where i am showing custom URL's based on a category in a field. Problem is that i want to show every category only once but there are multiple products with the same categories. In my case this mean it shows multiple times the same categorie.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
clateway
I have a html block where i am showing custom URL's based on a category in a field. Problem is that i want to show every category only once but there are multiple products with the same categories. In my case this mean it shows multiple times the same categorie.
I have e.g. three products;
Product A category File Sharing
Product B category Backup
Product C category File Sharing
I have the HTML Block that shows the output
href="?User_ID=[@field:CP_Partner_Listings_User_ID]&CP_Cloud_Service_Listings_Subcategorie=[@field:CP_Cloud_Service_Listings_Subcategorie]">[@field:CP_Cloud_Service_Listings_Subcategorie]
Result is:
File Sharing
File Sharing
Backup
But it should be; (only one category)
File Sharing
Backup
How can i do this , can i do it in html (e.g. filter same fields like distinct option) or e.g. in a calculation field?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.