Display secure data for specific group

Started by Kodosak, January 29, 2020, 09:08:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kodosak

Hi all,

In our company we use org charts for each department. In the shape are data : Name of colleague, name of position  and ID.
I would like to add data about salary & budget but problem is only specify group of people from HR and Reward can see this data.
Is it possible to set hide this data from other colleagues or something like "+" "-" button in corner of shape?
What is your idea?

Thanks for every reply :)

Roman

Yacine

Visio is very bad at hiding information.
What about linking the data to a password protected database to pull the confidential data and somehow make sure that these data can't be saved in the Visio file.
... maybe delete the sensitive data prior to closing or opening the file. Not really safe.

Maybe use the Visio Viewer which actually works with temporary data if you don't implement the saving on purpose.
Yacine

Kodosak

I already have a separate file with secure data so linking data is not good for me. I would like see it in org charts. Could you recommend maybe other programe for org charts?

Thank you.

wapperdude

Yacine is correct.  Visio very poor at security.

My advise... don't do it.  The data is confidential, with limited personnel who have a need to know.  Your approach distributes this data unnecessarily and makes it vulnerable.  Very bad idea. 
Visio 2019 Pro

Kodosak

ok thank you very much guys :) I will try to find something else.

vojo

One last thought

In the shape, you could shape properties to show opaque handles.
in your private file, list the handle with the private piece of data

something like
sheet.1!props.priv01.value = ABc@123x!
sheet.3!props.priv99.value = q!!x84sbc

in your private file
handle ABc@123x!     private variable IJK     private value  679
handle q!!x84sbc       private variable mno    private value  XYZ

Only people with the private file can decipher.

I do agree this is not a great idea since its weak (if the handle is used to change shape behavior, user could probe by changing  handle to get clues what it represents.