To view the report in assending order

Hi All,
i am trying to load data from a  flat file to cube in BI-7.
my char is sales id and key fields are sales,profit and cost price.But char sales id column contains data like s1,s2,s3,s4,s5.....................upto s15.
i have also loaded the data properly and viewed in infocube manage.In the cube manage the values of s1,s2,s3.........s15
are comming in asseending order.but in report it changed.its comming like s1,s10,s11,s12,s13,s14,s15,s2,s3............s9.
i want to view it in assending order in the report without doing anything in the reporting level.
could any one help me to get it properly.
Debasish

Hi
U can do with Charecteristic properties
Go to char -- propetties of SID -- and select Sorting
Here you can set the sorting within the characteristic according to the Key or Name in Ascending or Descending order.
If a characteristic has attributes you can sort the characteristic by attribute. The attribute involved does not have to be selected for the display.
You want to sort your articles according to specific criteria. To do this you create an attribute for the Article characteristic that contains these criteria and you are able to sort the articles by this attribute.
The values are sorted as they are defined in the query definition by default. If you have not specified a filter value in the query definition, the system sorts the values according to the key.

Similar Messages

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • How to view the reports in excel

    created repots in excel, then how the user will view the reports.what we must provide to the user

    First of all, user should installed Spreadsheet Addin
    Then, we would need to provide an access to the particular application.
    Regards
    Cnee

  • Unable to view the reports in PDF from Workspace

    Hi Experts,
    I am able to view reports using Worksapce in HTML but not in PDF whereas ghostscript is installed on the FR reporting server. Bin and Lib folder of ghostscript are also in PATH of FR host. Please help how can I view the reports in PDF format.
    Thanks a lot in advance.
    -Naveed-

    Hi Vivek,
    Thanks for your reply. I am using the Hyperion Financial Reporting (11.1.1.3) server on Windows 2003 32 bit and GNU Ghostscript is only available for unix type of OS. On one of our old 9.3.x env on Windows 2003 is working fine with regular ghostscript. So seems issue is something else. Is any log files which I can review and post the error for you ?
    Thanks
    -Naveed-

  • Error while viewing the reports

    Hi,
    When I try to import the catalog from our development system to testing system, catalog gets imported successfully. But when I try to view the reports it throws the following error.
    oracle.dss.d4o.common.D4ORuntimeException: D4O-1009 An error occurred while loading the worksheet.
    oracle.dss.bicontext.BINamingException: BIB-14099 Unknown naming exception.
    oracle.dss.bicontext.BINamingException: BIB-14067 Persistable object threw exception during lookup on method setXMLAsString; component class oracle.dss.dataSource.QueryServer; exception null.
         at oracle.dss.d4o.gui.workbook.PageFrame.stateChanged(Unknown Source)
         at javax.swing.JTabbedPane.fireStateChanged(Unknown Source)
         at javax.swing.JTabbedPane$ModelListener.stateChanged(Unknown Source)
         at javax.swing.DefaultSingleSelectionModel.fireStateChanged(Unknown Source)
         at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(Unknown Source)
         at javax.swing.JTabbedPane.setSelectedIndexImpl(Unknown Source)
         at javax.swing.JTabbedPane.setSelectedIndex(Unknown Source)
         at javax.swing.JTabbedPane.insertTab(Unknown Source)
         at javax.swing.JTabbedPane.addTab(Unknown Source)
         at oracle.dss.d4o.gui.workbook.PageFrame.initialize(Unknown Source)
         at oracle.dss.d4o.gui.workbook.PageFrame.<init>(Unknown Source)
         at oracle.dss.d4o.gui.MainPanel$OpenWorkbookTask.construct(Unknown Source)
         at oracle.dss.d4o.gui.common.SwingWorker$4.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Details of two systems are
    Development Env
    Database version : 10.2.0.1.0
    OLAP API Server version : 10.2.0.1.0
    OLAP AW Engine version : 10.2.0.1.0
    OLAP Catalog version : 10.2.0.1.0
    Testing Env
    Database version : 10.2.0.2.0
    OLAP API Server version : 10.2.0.2.0
    OLAP AW Engine version : 10.2.0.2.0
    OLAP Catalog version : 10.2.0.2.0
    Is this error due to the difference between OLAP Catalog Version in two environments? Any ideas ?
    Thanks in advance
    Rana

    Hi
    Well I can't put my hand on my heart and say that the difference between the OLAP Catalog Version in two environments is your issue, but if I saw that on my system I would be having my suspicions. I would definitely try and overcome this first and see what happens. You've got to knock out one piece of the puzzle at a time.
    Isn't it OCCAM's razor (http://en.wikipedia.org/wiki/Occam's_Razor) that says when everything has been considered the obvious answer is usually the correct one?
    Best wishes
    Michael

  • Unable to view the report in Report builder

    Hi
    we have developed a report and when we run it using developer suite 10g reports,
    the previewer opens but we are unable to see the data completely which is hidden by the
    Runtime parameter form.
    Please let us know how to hide this when we are viewing the report previewer.
    Thanks

    Thanks
    ok, got it .If we open in paper layout it works.
    But now when we run the report as client server we are getting error unable to run the report frm-41214
    our code is when button pressed.
    DECLARE
    repid REPORT_OBJECT;
    repjobid VARCHAR2(200);
    repstatus VARCHAR2(200);
    repjobno number;
    repserver VARCHAR2(100) := 'rep_mbxserver_FRHome1';
    BEGIN
    repserver := 'rep_mbxserver_FRHome1';
    message('client server');
    repid:= FIND_REPORT_OBJECT('rep');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'\\mbxserver\Developers\emp.rdf'); --(Appl.server path)
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,'\\joe\mtb-erp\emp.lis'); --(Local pc path in lan)
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'dflt.prt');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,repserver);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=YES');
    /* Report to be executed via Reports Background Engine, not the 'new' Reports Multi-Tier Server */
    /* Destype SCREEN or PREVIEW can be used here */
    --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,SCREEN);
    /* Run the report */
    repjobid := RUN_REPORT_OBJECT(repid);
    copy_report_object_output(repjobid,'\\joe\mtb-erp\emp.lis');
    message('File ok');
    host('c:\mtb-erp\emp.lis'); -- Try to open the file locally
    END;
    Please guide us what ie the error and how to proceed.
    Thanks in advance.
    Edited by: ansu on 20-May-2009 23:24

  • In Profitability Analysis How view the Report.

    HI friends
    Good evening
    I configure all steps in Profitability Analysis, but i cant view the Report,
    It showing only Report folder. under Report folder there is no items,
    How to view the Report contents.
    Thank you
    Ashok kumar
    [email protected]

    Hi,
    Are you looking at KE30 - drilldown reports?
    Rgds.

  • "you are not authorized to view the report(s)" while access from custom fol

    Hey all,
    Becz of some requirement, i have customized SQR to store PDF output files into custom directory located in UNIX,
    psreports/htst2/my_fodler.
    When i try to access them using ViewContentURL or manually writing the follolwing URL into my browser while im being
    in environment as syntaxed below
    http://<webserver>/psreports/htst2/my_folder/my_pdf.pdf
    the system kicks out of the system with the error "you are not authorized to view the report(s)" for all the users.
    By default if i ran any report as distribution node setup all the PDF's are getting saved into...
    /psreports/htst2/YYYYMMDD/CONTENT_ID/my_pdf.pdf
    Those files im able to access like below
    http://<webserver>/psreports/htst2/CONTENT_ID/my_pdf.pdf
    Can anyone helpme out what is the difference and any workaround for this?
    Thanks in advance.

    Fortunately, it is not allowed to go through all the path directories you want onto the server. If you want your report in a specific folder, then rewrite your code to create the output file where you want, after the admin give you the proper grant against that folder.
    Nicolas.

  • How to view the cancelled/deleted sales order?

    Hi SAP Gurus
    I there any T.code/Table to view the cancelled or deleted sales order.
    I am not able to view the order even in VA03.
    Regards
    Giridhar

    Dear Sushmitha,
    T. Code: SE16
    Key-in -
    Table: CDHDR - Change Document Header.
    Table: CDPOS - Change Document Items.
    and "Enter". On to next page, Key-in
    Field: Change doc. object (OBJECTCLAS) as VERKBELEG
    Field: Transaction Code as VA02
    Field: Appl.obj.change, as D - Delete, and execute (F8).
    Then you will get object values (sales orders) and document numbers. Pass these two values along with objectclas: VERKBELEG) to table CDPOS to get more details about these deleted orders.
    Also, Go to -
    T. Code: SE38,
    and execute Report: RVSCD100.
    Enter Sales Document Number and Execute. This will provide information, who deleted the order.
    Best Regards,
    Amit

  • How to view the characteristics in process order

    Hi, How to see the characteristics in process order screen which are assigned in material master classification view. say, created a material and assigned some characteristics in classsification view. for the same material created a process order. like to see those characteristics in process order. is it possible. please advise.

    raju
    to see this characteristic in the process orden you should go to Header >> CO Classification. If you want to add a characteristic, this should be added to SAP_KKR_CLASS. Characteristics for material  (001) are not the same than those for CO Classification (013), so you should develop some special report (we did some special developmet for the printing of order forms )
    regards

  • How to view the report instance without going thru the infoviwe in webi

    all,
    when you run a publication with a destination on infoview .. then as the end user who want to see the report i do have to go to the publication to see the report, is there a way to go directly to the report without passing thru the publication ?
    thanks
    Philippe

    You can use the SDK for viewing webi documents, but first you have to get the logon token (username, password, authentication).
    You can see it for example in the CMC -> view
    In order to get more information:
    https://www.sdn.sap.com/irj/boc/sdklibrary
    and there download the Viewers Java SDK, you will find there some examples.

  • Borders are not uniform when viewing the report on web

    Hi,
    In my report there is a repeating frame running across with one field.
    Field does not have border but set to Fixed width and fixed height.
    Repeating frame has border with Horizontal elasticity is Variable.
    When I preview the report in reports builder it looks ok. But when I view it on the web (IE) the field borders are not uniform. Some cells have thicker border width than the border width I set.
    Like this:
    | A | B | C || D || E | F | G || H || J | K | M | N || N || O | P | Q || R ||
    Does anyone know how to fix this? Please let me know. I have spent a lot of time changing settings of field and frame but did not work.
    Thanks in advance.

    Hi All,
    Anyone has idea about the above issue?
    Please help!!
    Thanks

  • To view the report in Web

    Hi,
    I have created a report in Discoverer Viewer which had been created with the help of Discoverer Plus (Selected Oracle BI Discoverer from the drop-down list box & not OLAP).
    I wanted that report to be placed in the web so that across Internet another person can access the report.
    Plz do help me to solve this issue.
    Advance Thx & Rgds

    I would recommend if you have more questions on Discoverer you should post them on the Discoverer forum:
    Discoverer
    To answer your question, your users can access any report you created using Discoverer Plus directly from any supported browser via Discoverer Viewer. This is a pure HTML web based client that provides a powerful web based view of worksheets created in Discoverer Plus. You can control access to your Discoverer Workbooks from with Discoverer Plus.
    For more information see the following link from the Discoverer home page on OTN:
    Analyzing and sharing data using Discoverer Viewer
    http://www.oracle.com/technology/products/discoverer/files/viewlets/10121_viewer.html
    I would also recommend reading the Discoverer Plus documentation:
    http://download.oracle.com/docs/html/B13915_02/toc.htm
    See "Part III Sharing results with others"
    Oracle Business Intelligence Discoverer Viewer User's Guide
    http://download.oracle.com/docs/html/B13987_02/toc.htm
    Hope this helps
    Oracle Business Intelligence Product Management Team
    Oracle Corporation

  • FBL5N: missing one line item while viewing the report in spool

    Hi Experts,
    I 've got a problem while viewing FBL5N report in spool. The report is missing one line item, but when I
    execute it in foreground, the report was ok.
    Can somebody explain?
    TQ.

    Hello,
    It seems you should implement notes 1100728 and  1166251 !
    Best Regards,
    Glayds xing

  • Error in Viewing the report in InfoView and CMC  error #UNAVAILABLE

    Hi,
    I am using BO XI 3.1 Edge series server with latest fix packs.
    My problem is i created a webi report with Administrator account using the webi rich client tool and after creating the report i exported  to CMS . when i am trying to view the data in InfoView or CMC i get the error like #UNAVAILABLE for all of my data fields value.
    But the same thing works perfectly fine when i use the rich client tool.
    Kindly Suggest,
    Vibhav Mishra

    Hi Solved this problem ..i created the report from the infoview and everything works fine ,earlier i used the rich client to create the report

Maybe you are looking for

  • The file "?" could not be opened because it is empty.

    I put about 30 photos on my thumb drive so I could take them with me.  I saw them on the drive at one point, now on some of them I am getting the error; "The file "?" could not be opened because it is empty."   The file still is large in size, and th

  • How to make the photo on web can be got buy google...

    who can give me some suggests..

  • 15" Apple Studio Display

    I have a 15" Studio Display connected to a powermac g5 w/ nvidia fx5200; everytime i decrese the brightness level of the display i hear a odd electric buzz/hum from within the display itself, it goes away if i keep on the highest/max Brightness level

  • Font source in Labview on Kubuntu

    Hello everybody, can anybody tell me from where Labview reads the font list entries in the font dialog? I want to run my application on different linux systems (Lv80 on Kubuntu and Suse Enterprise Server 10.0) and face the same problems with the font

  • GR/GI Printing configaration error

    Dear Friends , In ECC 6.0 i had did configaration for GR/GI output determination , but when i run MB90 it showing no documents found . I had checked for output type and condition type all are fine . Any one tell complete configaration process in deta