Custom expansion/order in an evDRE column?

Hi to all,
we've got with dimension which will be our column in an evDRE report. Unfortunately, the order asked by the user doesn't entirely match the order of the ID he provided us (which are also the IDs on the relation DB we're reading from).
So, we need to change the order of the columns...
We thought:
- Change all the IDs in order to match the order of this very important report (but it's cumbersome, and we don't know if there is maybe other reports with custom orders)
- Find a way to define a property in the dimension, so to use it for sorting the columns
- Don't expand the column dimension, and set the members manually (hopefully they won't change?)
I'm very interested to understand if the second possibility is feasible, and how, and if there is another approach to the problem...
Thank you
Daniele

Hi Daniele,
The first option is really tedious and is not a very recommended approach.
You can definitely go with the second option. You can create a property for sorting and use this property in the template.
The third option is also good, only if you dont any kind of expansion in the columns.
However, I still feel that you should go with the second option.

Similar Messages

  • How to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx?

    Dear SharePoint Developers,
    Please help.
    I need to know How to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx?
    I think this is a "sealed column", whatever that is, which is  shown in SPD 2013 as a column of content type "document, folder, MyCustomContentType".
    I know when I set the column order in my custom Content Type settings page, it is correct.
    But, when I load the NewDocSet.aspx page, the column order that I set in the settings page is NOT used for this "sealed column" which is bad.
    Can you help?
    Please advise.
    Thanks.
    Mark Kamoski
    -- Mark Kamoski

    Hi,
    According to your post, my understanding is that you want to set the column order of a sealed column in a custom Content Type for the new item form NewDocSet.aspx.
    Per my knowledge, if you have Content Type management enabled for the list or library (if you see a list of content type with the option to add more), the display order of columns is set for each content type.
    Drill down into one of them and you'll see the option under the list of columns for that content type.
    To apply the column order in the NewDocSet.aspx page, you need to:
    Select Site Settings, under Site Collection Administration, click Content type publishing. In the Refresh All Published
    Content Types section, choose Refresh all published content types on next
    update.
    Run two timer jobs(Content Type Hub, Content Type Subscriber) in central admin(Central Administration--> Monitoring--> Review timer jobs).
    More information:
    http://sharepoint.stackexchange.com/questions/95028/content-types-not-refreshing-on-sp-online
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • I lost the ability to order and hide site columns if i use custom content type with a custom Create Form

    I have a team site collection and I want to add a new App of type Issue Tracking list. so I did the following:-
    From the site collection I created a new App of type issue tracking.
    Then from the site collection I created a new Content type named “CustomIssue” which has its parent as “Issue” content type.
    I went to the Issue tracking list and I changed the default content type from Issue , to the new “CustomeIssue” content type.
    I open the site collection using SP designer and I created a new Create form for my Issue tracking list based on the "CustomIssue" content type and I select to have the Create form as the default form when creating an item.
    Everything till this point worked well. But when I open the “customIssue” content type , and I re-order the columns and I hide some columns, this was not reflected inside the custom Create form …
    although when using the default content type and the default create form you can control the order of the fields and to specify if certain fields hold be hidden inside the Create form.. so can anyone advice on this please?

    Hi,
    According to your post, my understanding is that you lost the ability to order and hide site columns if i use custom content type with a custom Create Form.
    I try to reproduce the issue, the result is the same as yours.
    As a workaround, if I modify the custom content type form the site setting, and then change the NewForm as the default form, it will change the column orders.
    However, if I use the new created form as the default form, it will remain the original orders.
    I recommend that you modify the custom content type form the site setting, and then reset the NewForm as the default form.
    The result is as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support
    ok thanks for the explanation ,, but what if i want to change the order and hidde some fields in the future ,, do i have to chnage the defualt create form again ...

  • DATAEXPORT file  in custom defined Order?

    Hi ,
    I had a requirement to export Lev0 (Dynamic Calc) data from BSO application. I am able to do the export by using "DATAEXPORT" function, but the export file contain the default order as per dimensions design from outline.
    I am pretty sure that i can do from the UDF fictions like "JExport", but my company policy won't entertain us to use CDF/UDF.
    Appreciate if you Could suggest is there any way to export the data in custom defined order by using "DATAEXPORT" function?
    Thanks,
    Sriknath Reddy.

    in dataexport, the column order is dictated by the dense and sparse dimensions and the dimension order in the outline. You could change but it could have performance impacts on other things. Another option would be to export into a relational table then you could extract from there in any order yo0u want. If this is not an option , the perhaps a report script

  • Populating the Partners from Sales document (Customer/Sales order/delivery)

    Hi All,
    Is there any way to Populate the Partners which are mantained in Sales document (Customer/Sales order/delivery) into Customer Quality notification (Q1)
    Presently only Sales to party and ship to party is getting populated when we create Q1 notification.
    Thanks in advance
    jay

    Explore :
    Quality notification>Notifcation creation->partner->Define partner fuction procedure->Assign Partner Functions to Notification Type--->
    Check here whether you can get here the partner function.

  • How to put custom check box in a tableview column

    Hi,
    I would like to put a custom checkbox in a tableview column for each row of the table.
    Such that when the user selects the rows and among those rows if for fews rows this checkbox is active, i need to do some special processing. how can i add a custom check box to a tableview column.
    Can anyone help me in this regard?
    Thanks and Regards,
    Kumar

    Hi,
    You can use the checkbox code within your tableview column:
    <htmlb:tableView id = ".."
    >
    <htmlb:tableViewColumn id = " "
    type = "USER"
    >
    <htmlb:checkBox id = ".."
    selected = " "
    />
    </htmlb:tableViewColumn>
    </htmlb:tableView>
    I hope it helps.
    regards,
    Rohit

  • The order of the table columns to Srini Chavali

    OK I made a mistake Srini Chavali.
    So why dont you try to help me now beyond just warn me about burocratic issues, what you really should had done instead just to block the answers of my former question ?
    The question is:
    How to influence the order of the table columns in time of transformation logic to relational ?
    Nelson Alberti da Rosa

    because exist an order among primary key columns that was definied in the logical model and it he can't see that.fixed :
    function addPKcolumns(list,table){
         pk = table.getPK();
         if(pk!=null){
              pcols = pk.getColumns();
              for(var i = 0;i<pcols.length;i++){
                   col = pcols;
                   //in fact don't need this check, because PK columns are processed first
                   if(!list.contains(col)){
                        list.add(col);
    function addFKcolumns(list,fkeys){
         for(var k=0;k<fkeys.length;k++){
              fcols = fkeys[k].getColumns();
              for(var i = 0;i<fcols.length;i++){
              col = fcols[i];
              if(!list.contains(col)){
                   list.add(col);
    //adds mandatory or oprional columns to list depending on mand parameter
    function addMandatoryOptColumns(list,cols, mand){
         for(var i = 0;i<cols.length;i++){
              col = cols[i];
              if(col.isMandatory() == mand && !list.contains(col)){
                   list.add(col);
    tables = model.getTableSet().toArray();
    list = new java.util.ArrayList();
    for (var t = 0; t<tables.length;t++){
         list.clear();
         table = tables[t];
         cols = table.getElements();
         // add PK columns to list
         addPKcolumns(list,table);
         // add FK columns to list
         addFKcolumns(list,table.getFKAssociations());
         //add mandatory columns
         addMandatoryOptColumns(list,cols,true);
         //add optional columns
         addMandatoryOptColumns(list,cols,false);
         //use list to reorder columns
         ord_cols = list.toArray();
         for(var n = 0;n<ord_cols.length;n++){
              table.moveToIndex(ord_cols[n],n);
         //prevent reordering from enginnering, can be changed with UI
         table.setAllowColumnReorder(false);
         table.setDirty(true);

  • Custom Purchase order in SRM

    Hello Sap Experts
    In SRM server i need to develop one custom purchase order screen, these is my first application in srm.please it is critical for me,and i know only webdynpro application development.
    Thanks &Regards
    Chandu.

    I'm not sure there is a question here.  Please elaborate on what exactly you need help with in creating this custom screen.

  • Custom purchase order text

    Hi,
       I need to create new custom purchase order text to display in ME23N and to capture some data.
    I have created new text id and configured for the required PO document types. But I still don't see the new custom text appears in ME23N.
    As far as I understand, I need to add an entry to 'define text type and copying for po header text' under purchasing as a last step. But I cound't add to this as there is no way I could select the custom text id here.
    Also, is it possible not to print this text when we print POs? This is used only for internal purposes.
    Please let me know.
    Regards,
    Sundar.

    Hi,
    why dont you put text in Po suppliment in ME24, so that it would be on system.
    Regards
    Kedar Kulkarni

  • Customized Back Order Report

    Hello,
    I have a customer who would like a customized back order report.  They would like a query that would show them the following:
    - The Items on any orders that have been partially shipped on the row level.  (I was able to create a query that would do this by making it a requirement that the Delivered Quantity be greater than 0).
    - The Items on any orders that may be partially shipped overall.  I cannot figure out how to write this part of the query.  I don't know how to tell the query only to pull the lines from orders that have other lines that have been shipped.  The one query I wrote only looked at the Delivered Quantity and I made it so it had to be greater than 0.  However, this left out a number of orders that did not have whole lines shipped.  I would still like to see those rows.
    The conventional Back Order report is not very helpful to our customer because they are a seasonal distributor.  They receive most of their product all at once.  For this reason, they may have whole orders that are overdue a few days (due to a delay in overseas shipping or other reasons).  They know about these orders.  They would like a list of the orders in which they have already shipped something (either partially shipped the line or partially shipped the order).  They would then use this list to call the affected customers and ask if they would like to remainder of their order to ship when they receive the product or if they would like to cancel the remainder. 
    The conventional backorder report has over two thousand lines on it and it would be very time-consuming for them to go through the individual documents to determine which ones had shipments created and which ones were listed simply because they were overdue.
    Can anybody help with this?  I'm not sure how to tell if the sales order has had a delivery created or not.  Like I said, I can figure out how to tell when a line is partially shipped but not when the order overall is only partially shipped.
    I appreciate everybody's help!
    Thanks,
    Amanda

    Hi Gordon,
    Thank you for your query.  However, your query brings the same results I was able to query as well.  It shows all of the lines that have had something shipped on them.  But my customer would  also like to to see those orders that have had some lines shipped and other lines not.
    For example, they have a sales order 10962.  This sales order has 3 lines on it.  1 line on this sales was order was shipped complete.  The other two lines have not been shipped at all.  I would the query to pull the two lines that have not been shipped at all.
    The other part of the query is what you and I have both written.  This part of the query pulls the lines that have had something shipped on the line but it is not the complete line.
    I was hoping there may be some sort of flag in the table or something that would indicate if a delivery has been created from the sales order.  Do you know of any such flag or any way of writing a query that would check this?
    Again, thank you for taking the time to write your query.  I appreciate the help and time you've spent.
    Thank you,
    Amanda

  • How to see the customer purchase order acknowledgement ?

    How to see the customer purchase order acknowledgement ?
    in that PO ACK where we see the UOM and Qty ?
    thanks & regards,
    Srikanth.

    hi
    Customer Purchase Order is nothing but the Sales Order in your system
    Customer Po acknowledgement is nothing but the Acknowledgement that is sent out (output type BA00) to the Customer after the Sales Order has been created.
    Note: Purchase is to Customer - Sales is to you as the Vendor.
    cheers
    Nandu
    Edited by: Nanda Kumar Veeraraghavan on Apr 1, 2008 12:11 AM

  • Changing Payment terms for customer Sales Order

    Hi,
    I have a requirement like scenario below :
    1. Customer sales orders are billed with X payment terms (Not installment).
    2. Subsequently, Customers agree for installment terms.
    3. A need arises to change ONLY the payment terms on the  existing billing document (without cancelling existing billing document)
    4. Is this achievable ? Via VF02 or FB02 ? Or any other means ?
    Thanks in advance.
    Bala

    You cannot change the terms through the VF02; however, you can change under FB02.  Go into the accounting document you would like to change, double click on the customer account posting and you should see the payment terms highlighted for you to change.
    If you do not see it changeable, it is due to security.
    Hope that helped.

  • Object Link to Customer Service Order

    I have setup the object link in DMS and was able to insert the Customer Service Order to a Document Number. However, I do not see the Document Number when I view a Customer Service Oder. What is the correct path to view the Document Number from a Customer Service Order?

    Hi Christoph,
    I have already maintained the screens for object link (AFKO). I created a new screen as well and therefore I was able to assign the Customer Service Order in transaction (CV01N/CV02N).
    However, when I go to the Customer Service Order (IW32 / IW33), I wasn't able to see the Doc Info Rec number.

  • How to copy Customer Sales Order number to Purchase Order for 3rd party sal

    Hi experts,
    We are doing third party sales. So once we create Customer Sales Orders manually via VA01, users also manually create Purchase Req for it.
    We do not automatically create PR from Sales Order, as this is not my clients requirement. So we don't use item category group BANS in the material master.
    In the item level in the PR under the Contact Person tab, the creation indicator shows "V Sales & distribution document". Once PR is created this updates the PR number under the item level Schedule lines in the Sales Order.
    After PR creation, we run a job to create PO's.
    But the new requirement from the client is to automate this PO creation thru EDI.
    Our SAP is 4.6C & the Idoc type we use is ORDERS05 & Message Type is ORDERS. We are using EDIFACT std.
    Once I get the idoc xml file for this PO, I find that my Customer PO number (from the Sales Order) & also the Customer Sales Order number is not copying to the xml output.
    Please advise what needs to be done inorder to have it.
    This will be great help & I will reward for the answers !
    Rgds,
    Pri

    Tables are related.
    MATNR
    WERKS
    MBDAT
    LGORT
    CHARG
    etc fields are common in both VBBS and VBBE.
    May be you can generate a condition a fetch data using this.
    I hope it helps.
    thanks

  • LR - Creating Custom Sort Orders in Lightroom | The Complete Picture with Julieanne Kost | Adobe TV

    Julieanne Kost shows the best ways to take advantage of Adobe Lightroom’s Custom Sort Order feature in this Lightroom 2 tutorial.
    http://adobe.ly/y3dj94

    This was helpful, Julieanne, however, I have one more question on custom sort order. I am trying to sort a Collection that is made up of photos from several different import files. It's a vacation collection where I have created a different file for each day of the vacation as well as by who took the photos. So i have a file for my daughter's shots, my shots, my son's, etc, to keep things organized. Now that i have selected the "best of" from each original import file, I have created a new User Collection where I am putting them all together. The problem is, my entire Collection won't sort. I want to sort them all by capture time, but LR keeps grouping them by the original file source, and only sorting by capture time within each group. Can you help?

Maybe you are looking for