ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 Public calculated measures
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

WildCard

89 Posts

Posted - 06/12/2015 :  05:56:28  Show Profile  Reply with Quote
Hi,

do I have to be Admin to create calculated measures in an OLAP report and set the security to public? Or is there a method to give that permission to normal users, too?

admin

1635 Posts

Posted - 06/12/2015 :  10:10:16  Show Profile  Reply with Quote
Starting with build 189, only Admin or Writer user can save calculations to public.

Starting with new build 190, there will be a new application setting under Admin > Settings > Security > “Everyone can save calculated members to public”.

One workaround is to modify "C:\inetpub\wwwroot\ReportPortal\olap\CalculatedField.aspx", Line 85. Change:
<%If Session("IsAdmin") = True OrElse Session("IsWriter") = True Then%>

To:

<%If True Or Session("IsAdmin") = True OrElse Session("IsWriter") = True Then%>
Go to Top of Page

WildCard

89 Posts

Posted - 06/15/2015 :  05:21:06  Show Profile  Reply with Quote
Thank you very much, the workaround actually works. :)
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page