Query showing all values

Hi,
I want to build a query which shows all accounts. What I mean even if there is a 0 value for that account in that period i want to see all the values for the account number.
Can anyone help me?
Thanks

Hello Abhi,
if you set the setting "Access Type for Result Values" to "Master Data" in the properties of your account characteristic in the Query Designer you should see all the accounts from your master data table even the ones that have no values in the cube. Is this what you want to do?
For more details please check here:
http://help.sap.com/saphelp_nw70/helpdata/en/f0/95bc272b9e4e4b85cdcef59c37d55d/frameset.htm
Regards,
Maxim

Similar Messages

  • SelectOneChoice not showing all values from database

    Hi!
    I have to put a list of values in my select one choice. When I do the query in database, all the values are selected. But, with the same query on JPQL, the select on choice do not show all values in database. Anyone can help me, please?
    P.S.: I am using SelectOneChoice with SelectItems, in JDeveloper 11g
    Code:
    <af:selectOneChoice id="selAction" value="#{row.idCmd}"
    unselectedLabel="&lt;Selecione>">
    <af:forEach var="alertTypeNode"
    items="#{bindings.actionFindAll.iteratorBinding.allRowsInRange}">
    <af:selectItem value="#{alertTypeNode.dataProvider.idCmd}"
    label="#{alertTypeNode.dataProvider.nmCmd}"
    id="si1"/>
    </af:forEach>
    </af:selectOneChoice>

    In your page binding check the rangesize setting for the executable you use - set it to -1.

  • Report -- filter with selection list -- show all values after select page

    Hello!
    I have the following problem:
    - I have a report
    - this report can be filtered with a selection-list
    - the selection list is based on dynamic LOV and has a null-value
    - I added the code of the report the following, to filter the report after choosing a value of the selection list:
    ... and (instr(type, decode(:P8_FILTER_type, '%null%',type,:P8_FILTER_type)) > 0)
    This works very well.
    But my problem is: When the user logs out and the next time, he logs in, the selection list shows " --- show all values --- " (my null-display-value) and the report is empty "no values found".
    ---> I want to show the first time, the page is selected ALL the values of the report. (this is now only possile if I press the button which belongs to the selection list)
    I hope, somebody understands my problem.
    Thank you so much,
    LISA

    Hello Lisa,
    The first time it's probably NULL.
    So what you can do in your where: (instr(type, decode(NVL(:P8_FILTER_type,'%null%'), '%null%',type,:P8_FILTER_type)) > 0)
    Off topic: I also wonder if that where clause can't be simpler? Do you rely need the instr?
    Regards,
    Dimitri
    http://dgielis.blogspot.com/
    http://www.apex-evangelists.com/
    http://www.apexblogs.info/

  • 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

  • Infopath - Show All values in Text box From PeoplePicker control (Display Name)

    I have One People Picker Control and one Text box.I set Value of Text box to "Display Name" and problem is that it show only First Value.so is there a way to show all values of "Display Name" in Text box ?
    Thanks

    Thanks
    the link that you provied , didnt help me but i dig into "http://www.infopathdev.com/forums/t/19623.aspx" and found solution.
    here is my solution :
    1- Create one Picker control (i changed name of control to Member ) and one Text Box
    2- Set Value of Text box to xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:AccountId, ";")'), "..")
    3- if you changed name's picker control just Replace "../my:Member/pc:Person" with name's People Picker control on your Form.
    Edit 1 : I found out Why the formula in that Blog didn't work.it Because of copy/Paste
    Dont Copy/Paste Formula because maybe you get Error . how ? here :
    if you copy this formula :
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:AccountId,
    result will be in Field :
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, ‘concat(pc:AccountId,
    Look carefully, you see “..” instead ".." , this why you get Error Because of “
    Edit 2 : if you want to show only Display name you can Replace
    "pc:AccountId" to "pc:DisplayName".Here is Formula
    xdMath:Eval(xdMath:Eval(../my:Member/pc:Person, 'concat(pc:DisplayName, ";")'), "..")

  • SSRS (Report Builder 3.0) Showing all values for Multiple Line field with Append Changes

    I have a simple SharePoint list with a multiple line column that has append changes enabled. I am doing a report with Report Builder 3.0 and I want to show all values of the field the same way you achieve it through a DVWP using:<SharePoint:AppendOnlyHistory
    FieldName="Comments" runat="server"
    ControlMode="Display" ItemId="{@ID}"/>
    Any suggestions to show all the appended values?

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue.
    Regards,
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Rebecca Tu
    TechNet Community Support

  • Showing all values for Multiple Line field with Append Changes

    I have a simple SharePoint list with a multiple line column that has append changes enabled. I am doing a report with Report Builder 3.0 and I want to show all values of the field the same way you achieve it through a DVWP using:<SharePoint:AppendOnlyHistory
    FieldName="Comments" runat="server"
    ControlMode="Display" ItemId="{@ID}"/>
    For reference, I'm trying to replicate this function, but on a report:
    http://sympmarc.com/2011/02/07/showing-all-versions-of-append-changes-to-existing-text-in-a-data-view-web-part-dvwp/ 
    Any suggestions to show all the appended values in a report?

    Hi Lewis75581,
    According to your description, you want to show the append changes history of a column in Reporting Services. Right?
    In Reporting Services, we don't have a feature to show the change history of a column. However, we can have workaround on SQL level. In SQL Server, we have tables: inserted table and deleted table which contains the recently inserted and deleted records.
    In this scenario, we can create a trigger in your database. Once you insert rows into the table, it will be triggered and get those inserted rows. Then insert those rows into another table. Now we can create one more dataset based on this table and display
    these inserted rows in our report. This might be the most effective workaround for your requirement. Please refer to a similar thread below:
    http://social.technet.microsoft.com/Forums/en-US/dacfb141-a976-489a-acca-789ba90e15de/ssrs-multiple-reports-with-different-parameteres-in-single-window?forum=sqlreportingservices
    Reference:
    Use the inserted and deleted Tables
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Open Orders Query showing all open AP Orders

    Hi All,
    I wish to generate a report that shows all open AP Purchase Orders as well as all orders that are partially inviced.
    I have been using the following query but it is not giving me complete results:
    SELECT
    T1.[DocNum] AS 'PO NUMBER',
    T1.[DocDate] AS 'POSTING DATE',
    T1.[DocDueDate] AS 'DUE DATE',
    T1.[TaxDate] AS 'DOC DATE',
    T1.[Comments] AS 'REMARKS',
    T1.[CardCode] AS 'CUSTOMER/VENDOR CODE',
    T1.[CardName] AS 'CUSTOMER/VENDOR NAME',
    T0.[LineTotal] AS 'LINE TOTAL',
    T0.[OcrCode] AS 'PROFIT CENTER',
    T1.[PaidSum] AS 'PAID',
    T0.[Project] AS 'PROJECT CODE',
    T0.[LineNum] AS 'ROW NUMBER',
    T0.[LineStatus] AS 'LINE STATUS',
    T1.[DocStatus] AS 'PR STATUS'
    FROM
    POR1 T0  INNER JOIN OPOR T1 ON T0.DocEntry = T1.DocEntry
    WHERE
    T1.DOCSTATUS <>'C'
    AND
    T0.LineStatus <> 'C'
    ORDER BY T1.docentry
    I need to add to this query a column to show PO's that have been partially invoiced, a column to show if the invoices have been paid and another column to show the balances for those particular orders.
    HELP PLEASE!
    Robinson

    Thanks Carin,
    That was very helpful, BUT:
    1. I still wish to view all open orders that have been partially invoiced
    2. I still wish to see all the Purchase Orders that have been partially invoiced and paid
    3. I finally want to see the balances for these Purchase Orders that have been partially invoiced.
    I don't seem to find the correct fields containing the information. So far all that I was able to establish is that OPOR.DocTotal is the total amount for the Purchase Order. However, OPOR.PaidToDate does not give an accurate value of what is invoiced or paid.
    I wish to add the following fields. A field showing the corresponding Invoice number for the partially invoiced order, the amount paid for that PO and the balance.
    Thank you.
    Robinson

  • How to use QAAWS with a prompt to show ALL values

    I have to build a dashboard which has two prompts in it
    One for Customer and the other one is Project
    Customer prompt should let user to select a customer from the list to display dashboard with the selected customer.Also it should allow user to select ALL from the prompt values to display all customers
    There is a object defined in the universe for 'ALL' to use in Web Intelligence report. But for dashboard I don't want to use LiveOffice as it is having many issues when refreshing
    I am thinking to use QAAWS as my dashboard is not that complex. It shows all details in spread sheets
    How to work in this situation with QAAWS..does not it need to create new objects in the universe or modify exisiting 'ALL' object lovs
    Please let me know the easiest way to achieve this

    Hi,
    I think you can achieve in two ways ...
    1. In the QaWS, you've Prompt Parameters next to the prompt, choose "Optional Prompt"; When user runs the report if they kept the selection blank, report runs for ALL
    2. In the QaWS, in the Prompt choos "Matches Pattern", and in the Xcelsius dashboard pass "%%" to the selection, and in the selection list for the customer dropdown include one additional cell containing ALL text;
    Hope it helps,
    Saradhi

  • LiveCycle 8.1 on Vista: dropdown list box doesn't show all values

    On Vista Business O/S, in LiveCycle 8.1, I am using a dropdown list for 254 items, not dynamically loaded (all values are declared in the definition of the object). When the form runs, the dropdown list appears. I can scroll through the list. However, the scroll stops short, never showing the last few items on the list.<br /><br />   Is there some limit I have exceeded or is there some know bug I have encountered or is there some other action I need to take so I can choose any item from the dropdown list?<br /><br />   Dropdown list box is defined as user-entered - optional, default <none>.<br />254 text items, longest item is 19 characters, average item is 10 characters long. <br /><br />   Thanks in advance for any help, hints, or tips you provide.<br /><br />Dr. Dave Dyer

    Dear Friends....
    it seems to be a bug of the SQL Server Data Tools, (SQL Server 2012 SP2)... I did the deploy of my Dashboard, (and details Reports), to my Test Reporting Services Server.. and everything works as expected....
    Cheers, Luis

  • Query showing all customers with or without transactions

    The content of the cube are all customers with transactions only.  I want to create a report that will display all the customers with or without transactions.  I tried to create a multiprovider combining the sales cube and customer master data.  I created a query but it only displays the customes with transactions.  Is there any other way wherein i can generate a report showing all customers with or without transactions?

    hi,
    the same problem happened, but no update whether it's solved, 'selection constant' should work
    Multiproviders and filter on time
    the link mentioned should be this
    http://help.sap.com/saphelp_nw04/helpdata/en/e7/5f983c1a356858e10000000a114084/content.htm
    Re: Determining NULL records

  • SharePoint PPS Analytic Chart Drill Down Dimension showing all values instead of corresponding value.

    Hi,
    I have Performance Point Analytic Chart.
    I am doing drill down the bar with one of dimension. System showing all the dimension values instead of correspond values.
    Unwanted dimensions are showing like blank in the chart.
    How to over come this.
    Thanks & Regards
    Poomani Sankaran

    Hi Poomani,
    According to your description, my understanding is that you want the drill down to show only the required dimensions.
    Here is an article about this issue, please check if it is useful:
    http://denglishbi.wordpress.com/2012/03/28/using-perspectives-with-performancepoint-services/
    In addition, as this issue is related to SSAS, I suggest you create a new thread on SQL forum, more experts will assist you with this issue.
    SQL forum:
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?category=sqlserver
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Access 2013 - Query showing all/* fields by default!

    hi - does anyone know why my queries are pulling ALL the fields from a table even though I am only selecting a couple of fields?
    Here's the steps to recreate:
    Create, Query Design
    add table
    drag a couple of fields to display
    So then it shows me ALL the fields in table, so I have to go into SQL and take off the * after Select statement:
    SELECT T_CONTACT.name_last, T_CONTACT.birthday, *
    FROM T_CONTACT;
    but I did not drag the * into my query design!
    Help - this is super annoying!
    thanks!

    Open the query in design view.
    Click in an empty part of the upper pane of the query design window.
    If necessary, activate the Property Sheet (F4).
    Set the 'Output All Fields' property to No:
    You can turn this off as default setting:
    Select File > Options.
    Click Object Designers in the navigation pane on the left hand side.
    Clear the check box "Output all fields" in the "Query design" section.
    Click OK.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • SQL statement for query of all values

    I am trying to pull all the EE's that do not have a value in a specific fields for any row in history.
    Example
    Employee table
    Each employee can have 5-10 rows each
    The field employeeX can be either Y or N
    I only want to pull the distinct employee's name that have N for every single row.

    Here's one way:
    DECLARE @employees TABLE (employeeID INT, currentlyEmployed CHAR(1), updateDateTime DATETIME)
    INSERT INTO @employees (employeeID, currentlyEmployed, updateDateTime)
    VALUES
    (1, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(1, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(1, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(1, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (1, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(2, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(3, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(3, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (3, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(3, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(3, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(4, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (4, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(5, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(5, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(5, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (5, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(5, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(6, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(6, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (6, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(6, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(7, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(8, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (8, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(8, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(9, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),(10, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP)),
    (10, CASE WHEN ROUND(((2 - 0 - 1)*rand())+1,0) = 1 THEN 'Y' ELSE 'N' END, DATEADD(DAY,ROUND(((30 - 1 - 1)*rand())+1,0),CURRENT_TIMESTAMP))
    SELECT *
    FROM @employees e
    LEFT OUTER JOIN (SELECT employeeID FROM @employees WHERE currentlyEmployed = 'Y' GROUP BY employeeID) e2
    ON e.employeeID = e2.employeeID
    WHERE e2.employeeID IS null
    In future please provide at least example data, if not DML and DML as well.

  • BAPI_CLASS_GET_CHARACTERISTICS doesn't show all values

    Hi,
    I am trying to get a list of all possible values for a class.
    When I look at it in CT04, I can see more possible values than I get, when I use
    BAPI_CLASS_GET_CHARACTERISTICS
    I found the values in CAWN but when I try to save the classification with one of the values, I only can see in CT04, I get the error, that it is not a valid value.
    Does anybody have an idea, what could possibly go wrong?
    Thanks
    Sven

    What do I have to provide for "INSTANCE"?
    I have got class names but no object ids. Where can I find the id for a given class?
    There is no documentation around. (as always)

Maybe you are looking for