Dimension values display order and record details

Hi All,
I have explicitly ordered my dimension values to be in a logical order instead of alphabetical. Ex: Small, Medium, Large. This works great in the navigation tree but when I view a specific record and it  has those 3 dimvals they are listed in alphabetical order.
Is there a when doing a record query to ask Endeca to respect the same display order as in the nav query?
Thanks,
Luc

We are used to add two dummy records in each dimension.
We add the following data:
We use '-1' (surr-key) for Invalids and '-2' for Unknown.
Easy way to populate these dimensions is to add a script together with all objects when you release new functionality. Beware you use the same descriptions.
Even better is to think of a more general solution (more easy to maintain) and store these values in a support table. In such a table you will be able to add more columns to get more details per row. Use this reference table when you load youre dimension. Also you will find the opportunity to add more error handling cases. Especially when you add the dimension in this support table.
Regards
Moscowic

Similar Messages

  • Is it possible to sort dimension values in order different from alphabetic?

    Is it possible to sort dimension values in order different from alphabetic. То use this sorting in BI Beans. In 10g r2 with awm 10.2.0.2. I try to add attribute like it was show in this forum, but nothing changes.

    Could be usefull if you use java AW api... here's the java code I'm using to create the sort_order attribute
    Dimension myDim = yourAW.findDimension("DIMNAME");
    Attribute myAttr = myDim.createAttribute();
    myAttr.setName("freename");
    myAttr.setClassification("DEFAULT_ORDER");
    myAttr.setIsDefaultOrder(true); // TO NOT FORGET
    myAttr.setDataType("INTEGER");
    myAttr.Create(AWConnection);
    globalAW.Commit(AWConnection);
    It creates a variable - integer - that defines the default order of the dim values. I'm viewing it with AWM and BIBeans. The order is respected with Level-based and Value-based hierarchy but my hierarchies are really simple and unique for all the dimensions.
    BUT !!!! Be carefull, if you don't have any hierarchy in your dimension, you must have at least one level - the default NONE level. Otherwise, it won't work ???

  • Purchase order and message details

    Hi gurus,
    We have a requirement of generating a report of how the purchase orders are being sent to vendor.
    Is there any table or tables that stores information of a purchase order number and how the message (output type) has been processed to vendor like through what medium it has been sent to vendor.
    Example Purchase order 3456 was sent to vendor through fax.
                   Purchase order 4563 was sent to vendor through paper.
                  Purchase order 7865 was sent to vendor through EDI.
    The transmission medium by which it has been sent to vendor need to be captured by purchasing document.
    So gurus, if anyone can advise me of table or relating tables that i can write a query or request abapers to write a custom report, that would be great.
    Thanks in advance,
    Kind regards,
    Gopio.

    Hi,
    All the CONDITION RECORD details like MESSAGE, DESPATCH TIME & LANGUAGE are available in NACH table
    Goto SE16  for NACH and enter the DOCUMENT CONDITION and get te details
    hope it is helpful
    thanks,
    santosh

  • 10.8.2   Mac Pro 2009   4 Apple Monitors = doesn't keep the display order and configuration. Please Help me!!

    Guys i have a Mac Pro 2009 with 4 monitors attached.
    Since i upgrade to 10.8, then to 10.8.1 and now to 10.8.2 my Mac Pro every time it starts, cannot remember the order and appearance of my displays so ihave to reorder them every single time.
    Can somebody tell me what to do???
    Please help me either wise i ma going to burn it!

    I have brand new 10.8.2 Mac Tower with two matching video cards ordered from Apple directly and have the same problem. It wont save the display settings and also cant seem to tell which video card is which either.
    In addition, the screen display images if loaded from a personal folder, is also not remembered after startup.
    Please advise us what to do, Apple!!!! This is urgent for me. I am proifessional user and this machine is for use on live projection shows. We put a ton of money into this machine and it can't even remeber the displays! Not very amusing.

  • ALV report which displays Delivery and Invoice details..by linking vbfa.

    Hi...
    I wants to develop an ALV Report, which displays Delivery details as well as Invoice details for a range of given sale orders.
    For this report I am using Tables : VBAK,VBAP,LIKP,LIPS,VBFA tables .
    Here VBFA is a table for Document flow how to link this with report ??
    Please reply.
    Regards ,
    ASHOK
    Moderator message : Not enough re-search before posting, spec dumping not allowed. Thread locked.
    Edited by: Vinod Kumar on Aug 1, 2011 9:58 AM

    VBFA has VBELV and POSNV can be used to map VBAP (sales order item) i.e.
    VBFA-VBELV = VBAP-VBELN AND
    VBFA-POSNV = VBAP-POSNV
    with VBTYP_N = J Values available in VBFA-VBELN and VBFA-POSNN will be LIPS -VBELN and LIPS-POSNR
    VBTYP_N/ VBTYP_V = J stands for delivery and C stands for order
    Nitesh

  • Dimension values for Unknowns and Invalids

    I've created a mapping for loading a particular dimension table which includes a sequence operator for populating my surrogate key values. I need the first record in the table to act as my "UNKNOWN" values placeholder but cannot seem to figure out the best way of populating the table with the values for UNKNOWN prior to loading the source dimensional data. I've tried the Pre-Mapping Process operator with no success.

    We are used to add two dummy records in each dimension.
    We add the following data:
    We use '-1' (surr-key) for Invalids and '-2' for Unknown.
    Easy way to populate these dimensions is to add a script together with all objects when you release new functionality. Beware you use the same descriptions.
    Even better is to think of a more general solution (more easy to maintain) and store these values in a support table. In such a table you will be able to add more columns to get more details per row. Use this reference table when you load youre dimension. Also you will find the opportunity to add more error handling cases. Especially when you add the dimension in this support table.
    Regards
    Moscowic

  • Purchase order  and supplier details?

    tables to included for listing purchase order details and the secondary list of information about supplier

    Hi!
    Purchase order tables
    - EKKO - header
    - EKPO - position
    Supplier
    - LFA1 - Overall data
    - LFB1 - Company dependent data
    - LFBK - bank data
    Regards
    Tamá

  • Simple Web Application - To display list and then details

    Hello All,
    I am trying to build simple classifieds web application using - JSP, MySQL.
    I am little confused how to achieve following using JSP - for example -
    Craigslist can display list of classifieds and when clicked on individual classified - the record is shown as Static HTML file -
    http://newyork.craigslist.org/mnh/cpg/708366015.html
    http://newyork.craigslist.org/mnh/cpg/708343755.html
    How can i achieve the same results dynamically - i mean, how can i create a static HTML page using information in database and put that static HTML file on server so it can be picked up by search engines ...
    I am new to java guys .. so please show me some light or explain me how do i code this using JSP.
    Thank you,
    Jagdish

    How can i achieve the same results dynamically - i mean, how can i create a static HTML page using information in database
    and put that static HTML file on server so it can be picked up by search engines ...By definition a dynamic html page doesn't exist, so how would a search engine find something that doesn't exist?

  • Pre-order and shipment details.

    If i make a pre-order, will Apple ship it to me on the launch day? Or they will only reserve it for me in one of the stores? And what can be the longest period of waiting iPhone?

    If you pre-order, they will ship to your verified shipping address, & you will get it on launch day. In the US, you cannot have pre-orders shipped to a store.

  • Standard report on purchase order and bank details

    Respected all
    I need a standard report in which i could get purchase order number , internal order number , vendor name , invoice number , cheque number , cheque amount     and      cheque date .
    Is there any standard report available? your replies are highly appriciated.
    thanking you
    abhay

    try MC.A
    Please search before asking, even in your menu structure.
    There are binocluar icons in your SAP Easy access screen to search in the menu.
    Or enter SEARCH_SAP_MENU in the ok-field and search for transactions.

  • Relation between sales order and production details.

    Dear All,
    Kindly help for a report which is to analyze the quantity produced v/s the order quantity . we need to know the existing inventory is produced for whom and why it is still in the stock.
    Kindly note that we are not running MRP for production ..production orders are creating in SAP but the net requirement calculation is happening outside SAP.
    Let me know whether SAP can help us to generate any report for the same.
    Thanks,
      Vijesh

    Hi
    If you can see both (SO and PP orders) in MD04, try to create a report with the help of function module MD_STOCK_REQUIREMENTS_LIST_API.
    I hope this helps you
    Regards
    Eduardo

  • FS10N  Report layout Order and Asset not display

    Hi Expert,
    while run T.Code FS10N , we need Order and Asset details from standard layout after select and copy and execute it.. Order and Asset value not showing.. it showing blank field, while Asset Number and Internal Order also there . in Capitalized on Asset GL A/c.
    Kindly help in this regard.
    Kind regards
    Pranav Kr. Gupta

    Pranav,
    you entered in FS10N and hit twice to get details, then you are in line item report from FS10n similar to FBL3n. In this report you display only what you have in line item screen. You don't have Cost Object in this instance since this line item is balance sheet account.
    You have to develop a report which fetches from PO tables
    Check below transaction and enter you document number in dynamic selection:
    S_ALR_8701228
    Here you can see differences among line items and cost assignment.

  • Placed a big order and then they cancelled

    Hi all, I signed up last Thursday and received confirmation of order and logging details. Tracked my order and everything seemed good. I went for Broadband - BT Infinity Option 2 and BT vision unlimited and BT inspire 1500 twin pack. I was given a date of going and engineer visit for Aug 17th. Great! Oh no today I received a call from BT saying that they will have to cancel the order as there's something wrong with the "system" call back tomorrow and place the order again! Naturally, they have taken £170 and set up the direct debit that side worked great for them. So I have to ring again, shouldn't they call me? I'll lose my slot with the engineer and I bet I get charged twice and spend months chasing it. Having doubts now. Any advice or help? Ben

    Last month I ordered TWO Infinity 2 lines. One for me, and a seperate one for my lodger (it's a long complicated story...).
    Orders accepted. Order numbers produced. Engineer date (same day for both) booked. Got asked for two MAC keys (apparently you don't need them when switching to Infinity). Also paid, for a year's rental in advance on my line.
    My lodger's Infinity was installed on time, and apart from the last 24hrs speed troubles, has been working fine.
    1. My line? "Customer cancelled the order." I didn't.
    2. Had a letter through the post saying I was moving to another provider from BT, just after I paid them for a year's rental in advance! Panic ensued, and I managed to get the move cancelled. I suspect my enquiry to TalkTalk about broadband, had caused them to sneakily sign me up. It's only a guess, and allegedly TalkTalk have done this before to other people.
    3. The Anytime service on my phone line was removed without my sayso, so I have been running up phone bills unknowingly.
    4. I was charged for a month's line rental on my own line for the coming month.
    5. Yes, you guessed it: After paying in advance, they lost the record of the payment!
    6. "The reason the second Infinity line was cancelled was because the engineer woulod not have had time to install two lines." Why did the system allow me to book the second time slot then?
    7. I can't get the Anytime package on my line because apparently the uninstalled line job is still "pending".
    8. No one knows why it is. "There is apparently a problem with our system." You think?
    9. "Our records show you HAVE Infinity on both lines." I do not. I am stuck on ADSL2+ to an exchange that is 8km away. I get about 1.1Mbps. That is hardly broadband, let alone Infinity speeds!
    10. Only one set of Infinity equipment was delivered.
    11. "Ah. We think. We are not sure, but it might be that your BT account has two lines." Maybe we're getting somewhere now.
    12. "We will try to split your account into two accounts. Then we can re-action the Infinity 2 order...."
    Although, the last BT person I spoke to was a real gem. I just don't hold out much hope that is going to get sorted anytime soon.
    Updates to follow. Probably.
    Keep smiling folks! Or baring your teeth at least....!

  • Dynamic setting of the dimension values.

    Summary:
    How can I programmatically control the dimension values displayed in ‘Selected’ window of ‘Edit worksheet’ wizard. of Oracle BI Discoverer plus for OLAP 10.12.48
    My objective is to dynamically set the dimension values for a particular dimension based on some criteria.
    Requirement:
    1.The user should be able to select one of the pre-defined options.
    2.Based on the option selected by the user, the necessary business logics need to be applied and then resets the dimension values. The ‘Selected’ window of ‘Edit Worksheet’ should be refreshed.
    3.Based on the option the short description & long description should be changed
    Existing Application Implementation:
    We already implemented this logic in oracle express 6.3.4 as follows.
    1.Radio buttons are provided to select the display option
    2.Whenever the option is changed, a program is executed in the Express objects. This program evaluates the option, applies the necessary business logics and displays the dimension values based on the option chosen. View is then refreshed to reflect the new dimension values. Note that this process does not affect the total “available dimension” values. The total number of “available dimension” values remains the same. It just manipulates the values in the ‘Selection’ object.
    3.The formula of the short description and long description is modified. This formula checks the option and based on it changes the description
    Issues I faced to Implement this logic in Oracle BI Discoverer plus for OLAP 10.1.2.48
    1. No provision to add radio buttons, hence were trying to implement the functionality with a dimension.
    2. No options available for applying business rule and setting the desired dimension values.
    3. No ‘event’ available to refresh the views
    How can I achieve this in Oracle 10g discoverer plus for olap 10.1.2.48
    Thanks,
    Natarajan

    I think this is not possible.
    When you give this settings while creating the SMARTForm, SMARTForm will generate a FM based on that settings. And it is not possible to change those settings at runtime.
    We have some constriants like this for dynamic paradigm in SMARTForm. Like, we can provide shading or Box color for the cell.
    Regards,
    Naimesh Patel

  • Extracting an Essbase Dimension in Outline Order

    Has anyone been successful extracting an Essbase dimension in outline order and loading the outline in the same order to another application? Our requirement is to extract an Essbase dimension in outline order so the results can be loaded using ODI to a Planning application. The desired result is the dimension order from the original Essbase outline be the same as the dimension order in the Planning application. Any support or suggestions would be greatly appreciated. Thanks!

    John,
    We are using ODI 11.1.6. We successfully extracted the Essbase outline, but the order of the extract is incorrect. We've tried a few things including a Order by query, but are unable to get the outline in an order that will load to Planning and provide the same outline order as the original outline.
    Thanks for your reply,
    Kim
    Edited by: CooleyK on Sep 6, 2012 6:00 AM

Maybe you are looking for