How to show all data when data is authenticated

Hi,
Now I have an application where the user has to be authenticated and the data is only shown to that user. I want a way somehow I can access all the data from all the users who have lodged it. Like in the azure portal it shows all the data which was lodged
in the same way I want it in a account.
Thanks!
pratik

Hi,
I think you may need to use some logic in your application, such as filter the data according to the user.
Hope this helps
Jambor
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • How to show all regions when opening piano roll?

    hey,
    I want to be able to see all events in all regions when opening (not toggling!) a piano roll. I just switched from version 5 (yes, 5) to 9. It used to be like this: you deselect all regions and then just open the matrix editor (that's how the piano roll was called in ancient times).
    If I do this in 9, the piano roll shows nothing. If I select all regions and open the PR, it shows only one. If I select one region, open the PR and then go back to the arrange window and select all regions it does show all info in the PR but this is a bit of a not-very-efficient work around.
    Anyone any idea?
    grtz
    Janco

    double click a region, then highlight the ARRANGE window and type command + a. It is essential to choose all regions this way not as you mentioned by choosing all by hand. Remember that when you doubleclick a region Logic highlights the PIANOROLL. So you have to highlight the arrange window by clicking on the bar just below the main tools or in other words, just above the ruler (I don't know the exaqct word for it but I hope you know what I mean.
    Message was edited by: samplaire
    Message was edited by: samplaire

  • How to show all fields when we do not enter any data

    Hello all,
    Here i am creating the SSRS reports on SharePoint list data, Report is created successfully but the requirement is that when generation of report if i do not enter value of employee name that time .....I want the report must display all records of all employees.
    Please suggest me.... 

    Hi Anil,
    If I understand correctly, you have create a report use SharePoint list as the datasource. When you run the report, you need to enter value of employee name to display corresponding values.
    If we are use SharePoint list as datasource, we have two method to add parameter in the report.
    Method1: Add filter in the dataset Query Designer dialog box.
    In this situation, if we configure the filter with “(blank)” in the Value dialog box, we will get the situation as your post. In this method, we are get a single value parameter in the report.
    Method2: Add a dataset parameter. Please refer to the steps below:
    Create another dataset (DataSet2) in the report with EmployeeName field.
    Add a parameter (ReportParameter1) in the report. Select “Allow multiple values” option in the General dialog box.
    Click “Available Values” in the left pane, select “Get values from a query”. Please refer to the values below:
    Dataset:     DataSet2
    Value field:    EmployeeName
    Label field:    EmployeeName
    Click “Default Values” in the left pane, select “Get values from a query”. Please refer to the values below:
    Dataset:     DataSet2
    Value field:    EmployeeName
    Right click DataSet1, select DtaSet Properties. Click Filters in the left pane. Please refer to the values below:
    Expression:   [EmployeeName]
    Operator:    In
    Value:   [@ReportParameter1]
    Reference: http://msdn.microsoft.com/en-us/library/dd220464.aspx
    If there are any misunderstanding, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • How to get an email when data got inserted

    Hi All,
    Could you please let me know how to get an email when data got inserted into table by using sql/plsql
    Thanks in adavance

    Could you please let me know how to get an email when data got inserted into table by using sql/plsql
    Well that seems pretty straightforward - write some pl/sql to send you an email when that pl/sql inserts data into a table.
    See this Oracle-base article for an example of sending mail.
    http://www.oracle-base.com/articles/misc/email-from-oracle-plsql.php
    Post what you have tried so far. What part of what you have tried doesn't seem to be working?

  • How to trigger a workflow when data inside a table changes

    Hi
    How to trigger a workflow when data inside a table changes ??
    We need to trigger a workflow when STAT2 field value in PA0000 table changes.
    rgds
    Chemmanz

    Make use of Business Object BUS1065. In this business Object you have an attribute Status which you can use. There are a number of events that will get triggered when the status is changed.
    Thanks
    Arghadip

  • How to delete all previous icloud data from current icloud after sighning in with the current icloud account

    so i sighned into someone elses device with the current icloud account and i sighned out. Some of the icloud data from the other device is now on mine. All i want to know is how to delete all the icloud data in my current icloud account from the other icloud account

    Hello ,
    I had the same problem and i have done everything manually.
    It's a shame that Apple doesn't put a "Reset to factory Settings" button or simply "Delete all data from iCloud.com". That way, it would be much simpler for everyone including myself.
    Winston Churchill is right unfortunately . Happy deleting !
    Kind Regards,
    Moonburn

  • How to show "ALL" Values by default in Page Drop-Down Lists in Pivot Tables

    Hi Everyone,
    Iam stuck with 1 problem please can any 1 help me if u know the solution.
    Here is my problem:
    How to show "ALL" Values by default in Page Drop-Down Lists in Oracle BI Pivot Tables?
    For example, if you place Region in the pages area, a Region drop-down list allows the user to select a particular region, and see the data for only that region, rather than seeing all the Regions,But by default its not showing "ALL" option in the drop down list ,rather than doing that its showing result for only 1 region by default.
    And an other problem with this pages area is, if we palce the multiple attributes in the Pages area in the pivot table, the (Fields)result is showing in vertically, the attributes 1 by 1(Every attribute in a new line) ,rather than showing like that, is there any way to show the results in horizantally?(We want to have it as a seperate drop drown list for every field horizantally not as a concatenated list).

    Thanks Nikhil. But I am fetching the values from the LOVCache.java.
    I am using <af:selectManyChoice>. Is there any way I can use LOVCache.java value for selecting default values instead of hard coding?
    I mean to say can I write
    unselectedLabel="#{LOVCache.entityTypeSelectionList.anyValue}"
    where LOVCache.entityTypeSelectionList is used to populate the drop down box.
    Regards,
    Aseet

  • How to show all view tab (Main Report and all Sub Report) in Visual FoxPro 9

    I use ActiveX from Crystal Report Developer XI for viewer in Visual FoxPro 9 and I already know how to show Main Report by using command:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the MyReport.rpt there is two subreport name :
    1. MySubReport1
    2. MySubReport2
    My Question is :
    How to show all view tab (Main Report and all Sub Report) at the 1st time we call ViewReport?
    I try to using command :
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=thisform.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub=oRptOpen.OpenSubreport("MySubReport1")
    oRptSub=oRptOpen.OpenSubreport("MySubReport2")
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    but only show Main Report (view tab name : Preview)?
    Did I miss any command before I call oRptView.ViewReport?

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • How to show all the search result in a report page

    I have a report page which the user can enter first or last name to find the matched employees. The current report only show maximum of 15 matched results. How to show all of them in one page if more than 15.
    Also, the employee name on the report is a link, how to make the link to be conditional. ( I mean it can be a link or not based on another column)
    Thanks.
    Jen

    Hi, you can change the number of rows on the report definition page (15 is the default value)- that's also where you can change pagination and max. number of rows etc.
    About the second question - you will have to use Case or Decode in your report query and have the value as link or not based on the condition column, something like:
    Select Decode(condition_column, 'link_value', '<a href="f?p=YOUR_APP:PAGE_TO_LINK_TO:'  || :SESSION || ':::::">display_column</a>' , display_column) From .....
    Hope this helps.

  • How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    How to show all items in the reading list? I think this option has been removed in Safari Version 7.0.2

    Thanks. That solved it. I had my doubts since I wasn't concerned about my lost bookmarks. I was concerned about the broken functionality. In any event, restoring from a backup solved both the functionality and the lost bookmarks. I appreciate the response!

  • I can not write in Hebrew And create effects It shows all distorted  When This problem solved?

    I can not write in Hebrew
    And create effects
    It shows all distorted
    When This problem solved?

    roeisarusi wrote:
    When This problem solved?
    Nobody knows.  iWorks apps have always had bugs that make them unsuitable for Hebrew/Arabic for most people.  Tell Apple here:
    http://www.apple.com/feedback/keynote.html

  • How to show all the user entry variables in a workbook.

    Hi,
    My user need to see in the workbook all variables he had entered in the variable entry popup at the openning of the workbook.
    I know how to show all the variables, included the hardcoded variable in the query (with a text element, select the checkbox "Display All Statics Filters"), but I need only the user entry variables.
    There is a way to print only these variables?
    Thank you

    Thanks, but the problem is that this workbook is my Global default workbook used for all the queries. So I only want the user entry variables visible automaticly.
    There is a way to do that ?
    For information, i'm using Netweaver 7.
    Thank you

  • How to show all days of the year 1900

    how to show all days of the year 1900

    As you show days for any other year.
    Do you want to catch us on the fact year 1900 wasn't a leap year?
    Regards
    Etbin
    select to_date('1.1.' || :the_year,'DD.MM.YYYY') + level - 1
      from dual
    connect by level <= to_date('31.12.' || :the_year,'DD.MM.YYYY') - to_date('1.1.' || :the_year,'DD.MM.YYYY') + 1*** not tested ***
    Message was edited by: Etbin
    user596003

  • I don't see "Show all Bookmarks" when I attempt to organize my bookmarks.

    The first step to organizing bookmarks is: Click the Bookmarks button and select Show All Bookmarks to open the Library window. I don't see "Show all Bookmarks" when I attempt to organize my bookmarks. My desired end result would be folders followed by individual bookmarks.

    @Cuddlebug27
    You clearly won't be able to import from something that no longer exists.
    Do you perhaps have two computers? If you had Chrome on both and signed in to synchronize them at some point, then you could get your info over from the second device. Otherwise you really can't import from a browser that isn't there.
    Also if you usually ran Chrome signed in with an email account, you could try downloading it again and see if your info comes back when you '''Sign in to Chrome''' with that account.

  • How to show a confirmation when closing browser window in jdeveloper11g

    Hi
    I'm Using Jdev 11g
    How to show a confirmation when closing browser window in jdeveloper11g
    Regards
    Abhilash

    Abhilash,
    My goodness...
    Didn't search the forum, eh? In fact, didn't even look at the last 5 or 6 posts - this was posted by another user within the past few hours.... Giving a message while closing a jspx page.
    John

  • How to show all data when using more than one parameter?

    Hi All,
    I used a query like this to show the data in a report:
    select col1, col2 // col1 and col2 are columns of tabale tab1
    from tab1
    where
    tab1.col1 =
    (case when :P_COL1 IS NOT NULL then // :P_COL1 IS A USER PARAMETER TO EQUAL COL1
    :P_COL1 ELSE tab1.col1
    end)
    AND TAB1.COL3 =
    (case when :P_COL3 IS NOT NULL then // :P_COL3 IS A USER PARAMETER TO EQUAL COL3
    :P_COL3 ELSE tab1.col3
    end)
    The problem is when I run the report with paramters values or not, It shows the data which is not null for both col1 and col3.
    That is when the value of col1 or col3 is null the report would not return that record!
    I want the report to show all data not only values which is not null!
    How to do this?

    Rainer,
    That where clause will fail when col1 in the table is null and the parameter has the dummy value. Consider the following:
    variable p_col1 varchar2
    exec :p_col1 := 'yourdummyvalue';
    select
    from
         select 'yourdummyvalue' col1 from dual
         union all
         select 'other' from dual
         union all
         select null from dual
         union all
         select 'X' from dual
    ) tab1
    where nvl(tab1.col1,'yourdummyvalue') = nvl(nvl(:p_col1,tab1.col1),'yourdummyvalue')In this case, the query returns the row with null and the row with 'yourdummyvalue', where only the row with 'yourdummyvalue' should be returned.
    You must do something like this:
    where ( :p_col1 is null or ( :p_col1 = tab1.col1 ) )That one is the simplest and does not need a dummy value. Here are some other more complicated examples:
    where nvl( :p_col1, 'yourdummyvalue' ) = decode( :p_col1, null, 'yourdummyvalue', tab1.col1 )or this:
    where nvl( :p_col1, 'yourdummyvalue' ) = nvl2( :p_col1, tab1.col1, 'yourdummyvalue' )In the last 2 cases, it will not matter if the dummy value exists in the data, but they are unnecessarily complex.
    Kurz

Maybe you are looking for

  • Not able to change normal login password through ssh root login remotely

    I am able to login to serverb from servera as root user without password as i have set the ssh key authentication between the two servers ============================================================== bash-3.00# hostname servera bash-3.00# ssh server

  • View Album Art When Playing or When Clicking on a Song

    In the past, with previous versions of iTunes, it was possible to simply click on a song and the album art for that song would appear in the lower left corner of the iTunes window. There was an option to have the album art showing either for the song

  • Restoring backed-up files

    I got my third handset today after only recently getting my second one. The second handset replaced all my settings and information perfectly and there was nothing wrong except I had to update it to the latest software but this third handset has only

  • Cisco ASA 8.2 55xx connect 2 inside interfaces together

    Hi all, I have some problem with my Cisco ASA 8.2 5510. I have to know how shoud i connect 2 inside interfaces together. I am writing what i have. I have 5 network connection on Cisco ASA. 1. Interface Ethernet 0/0 - outside 200.200.200.200 255.255.2

  • BTHomeHub - iPhone wireless connection issue

    I recently downloaded Documents to Go, and discovered that the desktop sync application cannot sync with my iPhone. This seems to be caused by settings on my BTHomeHub wireless router - can anyone suggest what the problem is? I have checked the follo