- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 03:41 AM
I have a user story where I need to create a new view for this knowledge. So criteria is there is a new knowledge base, so when we select that knowledge base, the view should also to change. Can anyone please guide me how to do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 03:55 AM
Hello @Apaul ,
This is done using View Rules:
Note that the view will not apply immediately, but only when saving the article.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 03:55 AM
Hello @Apaul ,
This is done using View Rules:
Note that the view will not apply immediately, but only when saving the article.
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 04:08 AM
Thanks for the solution, but its perfectly working for the positive scenario. but negative its not.
Like When I select IT and saved, the view is changed. But then when I select any other KB, the view remains same, its not changing to default view from the custom one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 04:16 AM
Hello @Apaul ,
Well, then you need another view rule with the inverse condition that enforces the Default view 😉
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2025 04:19 AM
I thought the same but was like if anything else can be there 😂
Thanks a lot