Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
Hi,

I am new to knowage, I(biadmin) want to give access to particular end user for particular dataset.what is the steps do i follow?

Thanks.
Environment Knowage 7.1 CE,localhost
in Admin and Developer Functionalities by (210 points)

1 Answer

+1 vote
 
Best answer

Hello,

first of all you have to create a dataset category like in the documentation example:
https://knowage-suite.readthedocs.io/en/master/administrator-guide/server-settings.html?highlight=category#domain-management

Then you have to go to role management and create a role in order to access the category you just created. To assign it go in the dataset tab and select it.

Assign the role to the users you want to be able to see the dataset.

Lastly create a dataset and assign it the category you first created.

That should work!

Regards

Davide

by (11.3k points)
selected by
Many Thanks Davide, It works!
...