I have a sharepoint list which lists issues. There are 4 people(not fixed) from separate groups(say A,B,C and D) responsible for each issue. Now I've a requirement according to which,
I'll have to design a simple dashboard(which I'm doing using a DVWP) to list the issues according to the issue which the currently logged in user is responsible for.
Also, there is a group E which is the group with the highest permissions and will be able to see all the issues with all the users responsible for them.
I've no idea how to do this.
Can this be done OOB or do I need to use XSLT(xsl:if) in SP designer? Please help.