ReportPortal
ReportPortal
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 ReportPortal General Forum
 Report Portal General Issues
 User Filter Value not offered for a Report

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Message:

* HTML is ON
* Forum Code is OFF
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
keith Posted - 05/16/2011 : 14:47:12
When trying to select a UFV within Report Options / Dimensions a defined UFV is not always listed. This happens in both new and existing Reports.
There are values defined at the Role level.
There are two groups of Roles into which all Users are categorized.
Group 1 specifies which Branch a role belongs to. (e.g. Tampa)
Group 2 specifies which level of authority a role belongs to. (e.g. Branch Manager)
Members of Role Group 1 all have UFV values specified.
Members of Role Group 2 have no values specified as these roles are only used to control access to Report Folders.
Does having two groups of Roles cause a clash of interest in the UFV mechanism?

Site is running build 173
4   L A T E S T    R E P L I E S    (Newest First)
keith Posted - 06/19/2011 : 17:26:07
The problem was that the ServerName was listed as Local Analysis Server. Once I changed the entry to the actual name of the server the problem disappeared.
admin Posted - 05/19/2011 : 12:14:17
The drop down list is populated with User Filters that have OLAP filter type and are not hidden. Here is the query used:

SELECT FilterId, FilterName, ServerName, CatalogName, CubeName
FROM FilterDef
WHERE FilterType = 'OLAP'
AND IsHidden = 0
AND (IsNull(ServerName,'') = '' OR ServerName = 'Server1')
AND (IsNull(CatalogName,'') = '' OR CatalogName = 'Foodmart 2000')
AND (IsNull(CubeName,'') = '' OR CubeName = 'Sales')
keith Posted - 05/19/2011 : 02:44:25
When selecting the Dimensions tab in the ReportOptions dialog there is a drop down list to choose a UFV but sometimes the only entry in the list is "none"
admin Posted - 05/18/2011 : 14:56:15
What do you mean by “Dimensions a defined UFV is not always listed”? Is the filter for the dimension hidden? Can you please try to reproduce the problem on the demo server (http://www.reportportal.us)?

You should be able to specify the User Filter Value on multiple Roles because you can specify the priority.


ReportPortal © 2000-2002 Snitz Communications Go To Top Of Page