BI services Filter on Dashboard

Dear All,
I have following scenario,
Profit center      Structure    Month   Value
PC1                   Stru1          Jan       2000
PC1                   Stru2          Jan      3000
PC2                   Stru1          Jan      4000
PC2                   Stru2          Jan      5000
I created BI services  and bring in dashboard for all Profit center.Now i have to give dashboard to indiusal user of Profit center like PC1 or PC2,
How can i achieve that,on dashboard level with using BI services (Can we filter it in Data connection level)  as I want to keep Master file intact (All profit center).

Try this out http://scn.sap.com/community/businessobjects-dashboards/blog/2014/07/23/using-publication-in-dashboard

Similar Messages

  • Performance Point Service Filter Reset on button click?

    Hi.
    Is it possible to reset the PPS filter on button click (Common "Reset" button).
    Is it possible to do by using Javascript?
    I need some work around to achieve it.
    Thanks & Regards
    Poomani Sankaran

    Hi,
    According to your post, my understanding is that you want to reset Performance Point Service Filter on button click.
    You can follow the article
    SharePoint Dashboard with Common Filters using PerformancePoint Services 2010 to create a dashboard with common filters using SharePoint PerformacePoint services 2010 and SQL Server Analysis Services (SSAS) Data Source.
    Then you will see the filters on top of your dashboard. You can change the filters and see that both the reports are rendering the data as per your filter choice.
    If you'd like to default the filter to a particular value on page load, you might want to try a JavaScript based approach:
    Define the function 'NotifyBrowserOfAsyncUpdate(elem)', which PPS will call after any PPS render request completes (i.e., when your filter renders).
    Within the function, check that elem.control exists and then check that elem.control.webPartTitle equals your filter's title.
    If it does, search elem (the filter web part's main container DIV) for the actual filter control and change the value. If you're using a dropdown, this is pretty simple - just remember to call the 'onchange' method on the select as well so that connected
    PPS objects refresh.
    Here is a similar thread for your reference:
    http://sharepoint.stackexchange.com/questions/61939/default-pps-filter-for-pps-dashboard-in-sharepoint-2010-not-showing
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • SQL Server Analysis Services Filter web part.

    Hi all
    In a NTLM farm with 1 SharePoint and 1 SQL server, I am using clamis based authentication for Excel Services app in SharePoint Server 2010.
    While all Excel documents work, I get error on "SQL Server Analysis Services Filter" web part.
    The filter works when I am logged on the sharepoint server and open the Intranet to use it, but doesn't work if I reach the Intranet by not logging on the SharePoint server.
    The error I get is on the filter web part:
    "An error occured while retrieving filter values (The connection either timed out or was lost).
    Anyone else that have had the same problem?
    Any ideas to troubleshoot? :)
    Regards

    OK, I solved this problem with the following workaround: (Notice that the problem may be solved when you have completed just one of the steps, so be sure you make a test everytime you have completed one).
    First:
    Try changing your Excel Services Application File Access Method to
    IMPERSONATE, that can be achieved in SharePoint Central Administration
    -> Manage Service Applications -> Excel Services Application Settings ->
    Global Settings. (Make sure the option for Allow Cross Domain Access is unchecked if you don't have a security certificate installed on the server, also in the most cases you don't need this option). Please take note of your Excel Services
    Application ID.
    Then modify your performance point data connection file in Excel, by oppening Connection Properties and in the Definitions tab, click on Authentication, set Authentication Type to Use a Stored Account and then write your excel services application ID in
    the textbox labeled "Application ID", by default the excel services application ID is
    "Excel Services Application" (no quotes), now click OK. Then click Export Connection File and overwrite current connection file in SharePoint.
    (You may need to restart the Excel Calculations Service on Manage Services in this Farm page).
    Second: (If before step doesn't solved the problem already)
    Change the service account for the SQL Server Analysis Service to an account that have Delegation permission or change the current account to LocalSystem.
    Third (If the other two steps doesn't solved the problem).
    Check in SharePoint Central Administration if the service Claims To Windows Token is started, if not, just start it.
    I solved the connection problem, but now When I get the hierarchies in the filter, I can not drill more than 2 levels down, in the third level it throws the following exception: "There was an error in the callback"

  • Adobe Reader X refuses to install - indexing service filter daemon

    I have closed all applications, but Adobe Reader X refuses to install, saying that something called "indexing service filter daemon" is open.  How do I get around this?

    This is how I got around this install issue:
    During install with the Indexing Service Filter Daemon message still open;
    1) right click on My Computer
    2) select Manage
    3) double click Services and Applications
    4) right click Indexing Service
    5) select pause
    6) in the Adobe X install message window, select Retry
    It will have you reboot after install and it should automatically restart the service that you just paused.  If not, repeat the steps and select Start instead of Pause.
    Hope that helps.

  • PerformancePoint Services Filter in Sharepoint 2013

    Hi,
    In Sharepoint 2010, I could configure all the performancepoint webparts to use the connection of a performancepoint filter, so I didn't have to create a Dashboard object in Dashboard Designer and link the connections there.
    In Sharepoint 2013 I don't see the connections option available in the webparts.
    Is it managed somewhere else or was this option removed and now the only way to do it is through dashboard deployment?
    Regards

    Hi,
    According to your post, my understanding is that you could not see the connections option available in the PerformancePoint filter web part.
    Did you click the “Edit Web Part” option?
    After clicking the “Edit Web Part”, you could see the “Connections “ option on the web part as below.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • ESB Routing service - Filter Expression

    Hi,
    I am trying to use content based routing in my ESB flow.
    I use a JMS adapter to consume a message defined by simple schema as follows
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.oracle.com/bpel_esb"
    targetNamespace="http://www.oracle.com/bpel_esb"
    elementFormDefault="qualified">
    <xsd:element name="StatusInformation">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="processName" type="xsd:string"/>
    <xsd:element name="timeStamp" type="xsd:dateTime"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>
    My routing criteria is based on element /StatusInformation/processName
    I used the following expression in the Filter section
    /ns0:StatusInformation/ns0:processName = 'BPELProcess1'
    Which isn't actually passing through.
    I need to know of some inputs on building such common expressions and also on tracking messages in ESB.
    Thanks a lot
    Srini.

    I enabled "validate payload at runtime" option in the definition.
    The instance erred out and I got the below payload in the Error tab.
    <actionData xmlns="http://xmlns.oracle.com/bpel/sensor">
    <header>
    <sensor sensorName="ActivitySensor_1" classname="oracle.tip.pc.services.reports.dca.agents.BpelActivitySensorAgent" kind="activity" target="Assign_1" xmlns:pc="http://xmlns.oracle.com/bpel/sensor" xmlns:tns="http://xmlns.oracle.com/BPELProcess1">
    <activityConfig evalTime="completion">
    <variable outputDataType="StatusInformation" outputNamespace="http://www.oracle.com/bpel_esb" target="$jmsInput"/>
    </activityConfig>
    </sensor>
    <instanceId>30014</instanceId>
    <processName>BPELProcess1</processName>
    <processRevision>1.0</processRevision>
    <domain>default</domain>
    <timestamp>2007-11-01T16:27:20.966+05:30</timestamp>
    <midTierInstance>PC-SRGNANAS-IN:8888</midTierInstance>
    </header>
    <payload>
    <activityData>
    <activityType>assign</activityType>
    <evalPoint>completion</evalPoint>
    </activityData>
    <variableData>
    <dataType>2005</dataType>
    <data>
    <StatusInformation xmlns="http://www.oracle.com/bpel_esb">
    <processName>BPELProcess1</processName>
    <timeStamp>2007-11-01T16:27:20</timeStamp>
    </StatusInformation>
    </data>
    <queryName/>
    <target>$jmsInput</target>
    <updaterName>Assign_1</updaterName>
    <updaterType>assign</updaterType>
    </variableData>
    </payload>
    </actionData>
    Thanks again for the response.

  • How to show all data returned from web service in a dashboard

    Hi I need  create a dashboard with conection with a web service  and  whitout  establish a range in excel,  so be displayed on the dashboard n rows returned by the web service.
    how can I do this?

    Hi Ezequiel,
    I agree with Alan.
    You might find it useful to read the Xcelsius 2008 Best Practices whitepaper: [https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a084a11c-6564-2b10-79ac-cc1eb3f017ac]
    Regards,
    Matt

  • Call web service from OBI dashboard to show real-time data alongside data from DW

    Hello,
    OBI = 11.1.1.7.0
    We have a requirement to pull in real-time data from an external, secure web service (WS) into an OBI report.  The OBI report also contains data from the data warehouse (DW) along with a calculation that is derived from multiplying the DW and WS data .  In theory, the behavior that were looking for is similar to the Action Link "Invoking a web service" whereby the call is made to the web service for each row of data.  How would it be possible to achieve this result on an OBI report?
    Desired Result of OBI Report
    Product.......Qty.........Price........Potential Revenue
    TV..............100...........$500..........$50000
    VCR.............22............$75...........$1650
    DVD..........2500............$20..........$50000
    Breakdown of the data source for each column on the OBI report
    Product.......Qty.........Price........Potential Revenue
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    DW............WS...........DW..........Calculated_on_the_fly_(qty*price)
    Thank you,
    Mike

    Does anyone know if it's possible to call a webservice from an OBI report to populate a column's value?  Thank you for your input.

  • Transport Webi Reports and Web services as the backend of dashboards from BO Production to BO Development system

    Hello Experts,
    I am working on SAP BO 4.1. I have made several dashboards on top of web services ie;Web Service Method. I have 2 systems in BO ie; Development and Production Systems.The BW production system is connected to BO Development and Production both.
    The Webi reports are made on top of BI BEx Query. From the webi reports, BI Web Services are made on top of which the dashboards are made further.
    The Webi Reports, Web Services and the Dashboards everything is made directly in BO Production.
    My question is, Can I transport the Webi Reports and the Web Services from BO Production to BO Development?
    And If yes, will it have any other impact on webi reports, web services or dashboards?
    Thanks & Regards,
    Alfred Thomas

    Hi Gill,
    As per your reply,with the promotion managament i have make the web services again manually in Dev system...Right?
    Is there any way possible that i can transport the webservices and the webi reports usind Query AS A Web Service Designer. And if yes, through this QAAWS will the WSDL or the URL required for the web services in the connection button in dashboards will automatically updated or changed as per the Development System?
    But i am not able to enable the "Deploy to Other servers Option" in QAAWS.
    Can you please help?
    Regards,
    Alfred thomas

  • Dashboard services won't start (ServiceProviderRegistry)

    I am working with a fresh install, and after windows update finished, I have 5 services related to Dashboard that no longer start. This is preventing me from accessing any of the backup and client imaging features, along with basically all dashboard functions.
    The problem seems to stem from The Windows Server Essentials Provider Registry Service, which the other services are dependent on.
    The Windows Server Essentials Provider Registry Service service terminated with the following error:
    %%2148734209
    Which results in the Notification, Media Streaming, Health, and Management services not starting.
    I am a novice when it comes to Server 2012 R2, if anyone has an idea, it would be appreciated.

    Found a little more detail, it does seem to be NetTcpPortSharing service that is causing an issue. (Even though it is running)
    The 'Windows Server Essentials Provider Registry Service' service (ServiceProviderRegistry) failed while starting.
    Additional error information: Problems opening ServiceHost: Error opening ServiceHost (2 tries left): System.ServiceModel.AddressAlreadyInUseException: The TransportManager failed to listen on the supplied URI using the NetTcpPortSharing service: the service
    failed to listen.
       at System.ServiceModel.Channels.SharedConnectionListener.SharedListenerProxy.Register()
       at System.ServiceModel.Channels.SharedConnectionListener.SharedListenerProxy.Open(Boolean isReconnecting)
       at System.ServiceModel.Channels.SharedConnectionListener.StartListen(Boolean isReconnecting)
       at System.ServiceModel.Channels.SharedTcpTransportManager.OnOpenInternal(Int32 queueId, Guid token)
       at System.ServiceModel.Channels.SharedTcpTransportManager.OnOpen()
       at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener)
       at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback)
       at System.ServiceModel.Channels.TcpChannelListener`2.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.CommunicationObjectWrapper`1.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderRegistry.ServiceShell.OpenHost()

  • Excel Services Reports v/s SSRS Reports Performance

    Hello All,
    I have used SSRS Reporting services to render Dashboard in PWA. 
    I have added the Report directly to the web page and then navigating to various SSRS reports with multiple data queries to multiple datasets. 
    This is making my Dashboard extremely slow. 
    So my question is that, If I use Excel Services Reports in the Dashboard instead of SSRS Reports, will it be any faster ?
    Also will it speed up if the reports are added to Performance Point services instead of directly adding to the webpage ?
    Please let me know if anybody had tried this.
    Thanks,
    Shanky

    Hello,
    It might be quicker it might be slower - it is probably the SQL queries that are running. Are you using Stored Procedures to get the data or just T-SQL queries in the SSRS Report? How long do the queries take to return the data directly in SQL Server
    Management Studio?
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • Dashboard is not showing on the Dashboard banner (menu)

    I have created total 15 Dashboards. In that when i am opeining Presentation services only 7 Dashboard's showing. Remaining Dashboard's not showing. I given access every one to Read to all the Dashboards
    and One Dashboard opening by default but it is not showing in the Dashboard banner. please reply your Answers. Thanks in Advance.

    Go to Dashboard properties through the Catalog, chances are the missing ones are either hidden, system or do not index.

  • Unexpected behaviour in case of single value selection by using share point excel service

    If multiple values are passed to pivot table filter using share point excel service, filter is showing “multiple” text on filter. If user expands the filter, the passed values are showing as checked ones.
    Example: ‘India’ and ‘US’ values are passed ‘Country’ filter of pivot table using excel services. Filter is showing ‘multiple’ text on filter and if user expands the filter, ‘India’ and ‘US’ values are showing as checked ones.
    If single value (India) is passed to pivot table filter using share point excel service, filter is showing value text (India) on filter. If user expands the filter, all values are showing as checked ones.
    Ideally it should show ‘India’ as checked one.

    If multiple values are passed to pivot table filter using share point excel service, filter is showing “multiple” text on filter. If user expands the filter, the passed values are showing as checked ones.
    Example: ‘India’ and ‘US’ values are passed ‘Country’ filter of pivot table using excel services. Filter is showing ‘multiple’ text on filter and if user expands the filter, ‘India’ and ‘US’ values are showing as checked ones.
    If single value (India) is passed to pivot table filter using share point excel service, filter is showing value text (India) on filter. If user expands the filter, all values are showing as checked ones.
    Ideally it should show ‘India’ as checked one.

  • Pass hierarchy dashboard prompt to analysis in Oracle BI

    Hi All,
    I am new to Oracle BI EE 11g. Right now i am learning this.
    I have created time hierarchy dashboard prompt and saved it my shared folder.
    I have created a analysis which shows Top 10 products Revenue and saved it my shared folder.
    Now I am trying to connect the above two items in my dashboard. But I don't know how to pass hierarchy prompt values to my analysis. There is no option to drop hierarchy dimension in analysis filter and mark it as "is prompted".
    Can anyone please help me?
    Thanks
    Maya

    Well Haree, your idea don't activate filter
    My BI version is Oracle Business Intelligence 11.1.1.6.0
    I've checked that hierarchy column value from Time hierarchy selected via filter on dashboard A can be sent through Go URL
    to new report B opened in new window, but BI don't suppport including hierarchy column in filter section of target report B.
    So, other words, I've faced already 3 weeks against the same issue.
    User select in Dashboard A subset of Time hierarchy along with common filters say Supplier, but it is not possible to drill through Supplier to its Customers with keeping
    selected dimensions of Time hierarchy, say couple of selected weeks of September, in new target Report B.
    And I wonder why BI allow pass hierarchy column value in Go URL but don't give to use its value in navigated report.
    May be it's tiime to set Patch 11.1.1.6.2 BP1 ?
    Any advices greately appreciated

  • Xcelsius 2008 Dashboard thrugh NWBC

    Dear All
    We have the following environment. 
    1. SAP production Server - R3 Environment  (No BW,  No Open Doc)
    2. We hae Crystal Report 2008 SP5
    3. We have Xcelsius 2008
    We developed couple of Dashboards using Xcelsius by directly connecting to R3 using Web services.
    The Dashboards are woking fine.
    Now we like to put these dashboards in the NWBC Custom Pages.
    Using PFCG - we configured page layouts.  However, We are not able to get those Dashboards into it.  I alredy uploaded the Dashboards into SAP mime objects. (using SE80).
    Searched to fine out and get some documetns but it does not match with the steps they have showned on it, hence not able to achive...
    Can someone help me to get me the Steps to achive this.   ( ECC 6.0 EHP5)
    Regards,
    Venkat
    Edited by: iyeve01 on Feb 29, 2012 12:43 PM

    Dear Venkat
    Even I have struck in same place, have you got any solution.
    Regards
    Girish.Ramaiah

Maybe you are looking for

  • Problem in uploading file from Application Server

    Hi everyone, i got a problem in uplaoding a file from application server.i am having two folder (one folder name is current and another one is processed)in application server. In current folder i am having N no of files.I want to upload all the files

  • How To send SAP SCRIPT AS an email.

    Hi, Any one knows how to send sap script output to users in the form of an email. Is there any other way to send it apart from sending the script output to spool and converting the spool to PDF and send that PDF to user? It would it helpful for me if

  • No color on news items

    When I click on an AOL or HUFF Post news item, the audio is loud and clear by the screen is green. No video.

  • Stupid cover flow view gripe

    When using the iPod function of my iPhone, held held horizontally, it goes to the cover flow view. I hate this view, as it show me minimal controls, and not the tracks in the playlist. What is worse, holding the iPhone vertical does not make it go aw

  • Ex2010 -Probem with sending internal and external e-mail

    Hi In night we have a problem with time sync on VMWare Host so our Exchange Environment stopped working. Edge server (Ex 2010 SP3 full update) stopped transfer e-mails to mailbox server (Ex 2010 SP3 full update). After time synchronization e-mails we