Single Worksheet Viewer used in portlets shows data only in English

Hi all,
We have a problem with Discoverer portlets displaying data only in English:
Our MOLAP cubes contain data in English and in Bulgarian. We have two public connections - one set to EN and the second to BG language.
Into the portal we have two pages - first one contains Discoverer List of Worksheets and Discoverer Single Worksheet portlets, both using the EN connection, second page is similar but using the BG connection.
When we open a worksheet from a portlet set to BG it always shows the data in EN. Same worksheet when opened from the stand-alone Viewer shows the data correctly.
We found a Metalink note 395836.1 which says that Oracle have implemented a Single Worksheet Viewer since version 10.1.2 that is used in Discoverer portlets instead of the standard Viewer. There is also an explanation how to revert to the standard Viewer but only for the public users to the portal. We tested it and it works but we need it for the users that log into the portal.
That makes us thing that the problem is related to this Single Worksheet Viewer.
Has anyone fased this problem? Any ideas how to solve it?
Regards,

Hi,
I opened a SR in Metalink and the answer from the support team is:
"When the user "creates" the Disco Portlet, the language defined in the
browser, in this case English, will be the language used when
displaying the data in the SSO portlets.
And the workaround someone to be able to publish the portlet in different language is to change the default browser language to the desired language before publishing the portlet. We tested it as follows:
1. Changed the browser language to Bulgarian - for IE (Tools - Internet Options - General tab - Languages button), for Firefox (Tools - Options - Content - Languages area - Choose button)
2. Added portlet to the page which is using the public connection set to Bulgarian language.
3. After publishing the portlet, the data appears in Bulgarian.
Tested with both Discoverer Worksheet and Discoverer List of Worksheets portlets and it WORKS for the both.
The inconvenience is that if you are working with multiple languages you have to be careful which language is set in the browser when you publish a portlet and you have to switch between the different languages. There is no possibility to change the language after the portlet is published - it will open always in the initial language.
I thing that such an important limitation should be included in the Discoverer official documentation.
Regards,

Similar Messages

  • In using Yahoo email, pictures sent to me cannot be viewed using the slide show feature. I can only download pictures to view them.

    The program indicates that images are loading, but they don't. The screen where slides should appear is black.
    I had a similar problem with Facebook, and resolved it within my tools box.
    However, I can't solve the Yahoo problem.

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • Report showing data only when preview in Eclipse is executed

    Hi people,
    I intend to do a dynamic report sending two parameters and displaying on browser.
    My application runs under Coldfusion 9 and i'm using Java Reporting Component for report generation and Crystal Reports Design for Eclipse 2.0 for design and Oracle 10g database.
    In first preview it shows the parameter window and after confirmation the report is generated. But when i preview again the report is generated with the older data. It seems that the data in the first execution is cached.
    In Coldfusion execution the report appears in browser when the value on the line parameter.setCurrentValue("","Pessoa",value); is the same used in preview. After change this an generic exception Error loading JDBC driver. Class 'oracle.jdbc.driver.OracleDriver' not found is throwed.
    The Coldfusion code is below.
    <cfscript>
         byteRead                    =     '';
         exportFormat               =     createObject('java','com.crystaldecisions.sdk.occa.report.exportoptions.ReportExportFormat').PDF;
         reportBuffer               =     createObject('java','java.io.ByteArrayOutputStream');
         reportDocument               =     createObject('java','com.crystaldecisions.reports.sdk.ReportClientDocument');
         reportParameter               =     createObject('java','com.crystaldecisions.reports.sdk.ParameterFieldController');
         printOutputController     =     createObject('java','com.crystaldecisions.reports.sdk.PrintOutputController');
         connInfo                    =     createObject('java','com.crystaldecisions.sdk.occa.report.data.ConnectionInfo');
         reportPath                    =     expandPath('report/DividasPessoas.rpt' );
         reportDocument.open(reportPath, 0);
         parameter = reportDocument.getDataDefController().getParameterFieldController();
         parameter.setCurrentValue("","Credor","1");
         parameter.setCurrentValue("","Pessoa","226426");
         printOutputController = reportDocument.getPrintOutputController().export(exportFormat);
         reportDocument.close();
         do{
              byteRead = printOutputController.read();
              reportBuffer.write(byteRead);
         }while( printOutputController.available() NEQ 0 );     
         reportBuffer = reportBuffer.toByteArray();
    </cfscript>
    <cfheader name="content-length" value="#ArrayLen(reportBuffer)#" />
    <cfheader name="content-disposition" value="inline;filename=Report.pdf" />
    <cfcontent type="application/pdf" variable="#reportBuffer#" />
    I googled a lot about the problem, reviewed all Eclipse options to disable the "cache" but everything was unsuccessful.
    I don't know if missing code is causing this or another component that i need to use.
    Any suggestions?
    Thanks everybody for attention and sorry for english errors.
    Ian

    Hi,
    Regarding your query that when you preview a report that has parameters in it, the prompts daillog box comes when you first preview the report.when you again preview you get the old values again.
    For this there is a refresh button, click on refresh, it will again promt you for parameters.
    Thanks
    Prithvi

  • Interactive Report's Column Definition - Single Row View Label Bug?

    Hello,
    I have an Interactive report that I've added a Blue background to certain column headings (done by giving Column Heading a background color), this works fine except for the Single Row view - it displays the &lt;....&gt; code I used to get the background color and the column heading. I've tried to change the Single Row View Label by unchecking the 'Use Same Text for Single Row View' on the Column Definition and giving a different label, it just ignores whatever I put in and shows the Column Heading with the &lt; .... &gt; code. Is this a Bug or am I doing something wrong?
    Thanks,
    Anna

    Hi Anna,
    I believe that it is a bug.
    If the 'Use Same Text for Single Row View' checkbox is unticked and some text is entered in the 'Single Row View Label' field it gets ignored completely when viewed in the single row view and the existing value in 'Column Heading' is used.
    I wanted to do something similar to you, colouring some of the Interactive Report column headers, and it works fine in the IR report itself but shows the code (span style:color etc) in the single row query. I am using Apex 3.1.1 and the Sand Theme.
    I created a simple application on apex.oracle.com using the red theme and in single row view it still ignores the 'Single Row View Label' but interestingly shows the Column Heading text without the code. This indicates that there could be a work-around by altering the theme.
    Regards,
    Chris

  • Exclude column from ir in single row view

    Hi Folks,
    my prob: I have a very long long column (url) in my ir. In my report view I want to show it shortended and in my single row view I want to show the whole value.
    So my query looks like:
    select long_url, substr(long_url, 1, 30)||'...' short_url
    from something;
    Then I exclude the long_url column interactively with the "select columns" option in the Actions menu and save the report as standard.
    Now my ir shows only the short_url in the report view, what is ok. But in the single report view it show both long_url AND short_url.
    I want to get rid of the short_url in single row view. Is there any way without creating a custom form page?
    Thanks!

    same question in other words: is there an apex variable to distinguish the report view from the detail view?
    please help!

  • CFGRID does not show data (CF9.0)

    Under development server, CFGRID show data , all is fine , correct. (CF9.0  version dev)
    Under production server , CFGRID does not show data, only a grey line (like a HR).
    How to debug this ?
    Thanks,

    Kindly check below to troubleshoot this issue:-
    Is there any difference between your CF production & developement server setting summary?
    Is there any browser script level difference between your both CF server?
    Are you getting any relevant logging error in your CF server application.log & exception.log?
    Run a very simple cfgrid running app to check, either getting issue with that too or not.

  • Discoverer Plus 10gR2 not show data when the script of view have package

    Hi my friends.
    I have a problem with discoverer plus, I don't know is a problem or I'm doing something wrong.
    I have a four views, the views containg in the SELECT stament and WHERE clause packages, example:
    SELECT d.price,
    d.total,
    d.min,
    d.mx,
    TO_CHAR (SYSDATE, 'q') quarter,
    d.fid,
    k_xdcd_qry.f_xdc_obt_price (d.prod, d.id) --> package
    k_xpxpd_qry.f_xpeds_salary_ca_u (
    d.prod,
    d.id) xp --> package
    FROM px_prices_proc c,
    xp_sla_max d,
    xmp_sla_puc b
    WHERE a.prod = b.prod
    AND a.id = b.id
    AND a.prod = k_xps_tools.f_obt_prod --> package
    When I used the views on discoverer plus for construct the report, when execute the query not show data.
    Appreciate it if you could help or tell me I'm doing wrong or does not support Discoverer Plus package execution.

    Hi Tux,
    This appears to be a grant issue. Apparently, you have granted execute with respect to this package to the EUL owner or the view would not have compiled. If you have not given EUL owner the grant option, I would recommend doing this as well.
    This appears to be an Oracle APPS EUL (tell me if I am wrong). If this is the case, it goes without saying that APPS will need to be granted the execute privilege.
    Also, by default, a stored package executes with the privileges of its owner. If your custom package was designed this way, are the objects which it references received the appropriate grant? I assume you tested this, but I am concerned that the line, a.prod = k_xps_tools.f_obt_prod, in the where clause could be resulting in the Null set being returned.
    Patrick

  • How to pass data between views using Flex for mobile?

    Hi,
      In my 1st view, I have set of images. Each image represents a product category. When I click on an image, it has to show my 2nd view which is a list. This should show all the products linked to this category.
    I saw few examples where the 1st view is a list. Select an item in a list shows the details in the next view.
    But what I need is, I need to know which image is clicked in my 1st view (ie) Home page. This id needs to be passed to my 2nd view to retrieve the data for the clicked image (clicked product category).
    Can anyone help me in this?

    Chellaa2011,
      If I understand you correctly, you can pass data to the next view by passing the second parameter to the pushView method. 
      check out: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/ViewNa vigator.html#pushView()
      I've written similar apps in the past and found that a singleton class alleviates some of these issues.  If you use a singleton to track currently selections all your views can access the same data without having to pass and return data from each other.
    Hope this helps,
    KLee

  • Viewer shows data multiple times

    Hello everybody,
    after the answer i got from the thread  , i edited my code.
    But i got the problem, that i received the data multiple times.
    The information are still the same like written in the other thread.
    I work on three tables: Adressen, Auftragseingang and Arbeitspläne.
    In the detail section of the Report i want to show the data of the table Arbeitspläne and in the header section i want to show data of the tables Adressen and Auftragseingang.
    This is the code i wrote:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using CrystalDecisions.Shared;
    using System.Data.SqlClient;
    using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Windows.Forms;
    namespace CrystalReportsApplication1
        public partial class Form1 : Form
            public Form1()
                InitializeComponent();
            private void button1_Click(object sender, EventArgs e)
                SqlConnection connection = new SqlConnection("Data Source=SRVVMSQL001.de.eurodok.org;Initial Catalog=PROPLANOrg;Integrated Security=True");
                SqlCommand command;
                DataSet ds;
                try
                    command = new SqlCommand();
                    command.Connection = connection;
                    command.CommandType = CommandType.Text;
                    command.CommandText = "SELECT * FROM Auftragseingang, Arbeitspläne, Adressen WHERE Auftragseingang.[Auftrag-Nr] = 113 AND Auftragseingang.Kundennummer = Adressen.Kundennummer AND Auftragseingang.[Zeichnung-Nr] = Arbeitspläne.[Zeichnung-Nr]";
                    connection.Open();
                    SqlDataAdapter dataAdapter = new SqlDataAdapter(command);
                    ds = new DataSet("ABC");
                    dataAdapter.Fill(ds, "Auftragseingang");
                    dataAdapter.Fill(ds, "Adressen");
                    dataAdapter.Fill(ds, "Arbeitspläne");
                    CrystalReport1 cryRpt = new CrystalReport1();
                    cryRpt.SetDataSource(ds);
                    crystalReportViewer1.ReportSource = cryRpt;
                    crystalReportViewer1.Refresh();
                    SqlDataReader dataReader;
                    int i = 0;
                    dataReader = command.ExecuteReader();
                    while (dataReader.Read())
                        i++;//hier werden die ausgelesenen Datensätze gezählt
                    MessageBox.Show("Message: Anzahl Datensätze: " + i);//hier kommt der richtige wert raus, was die Anzahl der Datensätze angeht||jedoch wird im Report ein vielfaches angezeigt
                catch (Exception ex)
                    MessageBox.Show("Message:
    " + ex.Message + "
    " +
                                     "Data:
    " + ex.Data + "
    " +
                                     "InnerException:
    " + ex.InnerException + "
    " +
                                     "StackTrace:
    " + ex.StackTrace + "
    " +
                                     "TargetSites:
    " + ex.TargetSite,
                                     "[" + ex.Source + "] FEHLER - Programm wird beendet.", MessageBoxButtons.OK, MessageBoxIcon.Error);
                finally
                    connection.Close();

    More than likely that is a table linking or report design issue. In either case, the best thing to do will be to post the query to the [SAP Crystal Reports Design|SAP Crystal Reports, version for Visual Studio; forum. When you post to that forum, a link to a screenshot will also be helpful.
    Umm, also you mention that the answer on the other tread (Report shows no data in the Viewer )  was correct and helped you to resolve the issue of displaying the report in the viewer. Yet all you appear to have done is closed the thread without awarding any points(?).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Use evdre to query data from a SQL View

    Hi all
    I believe that it is possible to use evdre to query data from a SQL View. If this is possible then how does one go about setting it up in the evdre options (assuming that the view has already been created)?
    Regards,
    Byron

    Byron,  perhaps this is no longer supported, it might be worth opening up a case at service.sap.com on this.  However, I did find the following on Page 11 of the "Usages and Considerations of EVDRE" pdf file.  This doc is imbedded in the helpfile for BPC 7 SP5 (which was released in August of 2009, well after note 1315011 was last updated.
    It looks like you are limited to one custom view per application, since you have to name the view in a parameter at the APPLICATION level.  Go into BPC Administration, login to the application related to the custom view, choose "Set Application Parameters" and enter the name of the view to the Application Parameter called "EVDRE_QUERYVIEWNAME"  If it is not listed, go ahead and create it at the bottom of the Application parameter screen.
    Also:  I interpreted the following info from Page 10 of the same doc:
    In your EVDRE, set the following options:
    QueryEngine: MANUAL
    QueryType:  enter either NEXJ  OR TUPLE  see below:
    NEXJ  - Use two-dimensional queries using the nonemptycrossjoin function
    TUPLE  - Use two-dimensional queries using tuples"
    And I'm assuming you'd enter a Y for the following two parameters:
    QueryViewName
    "..to enforce the query engine to use a used-defined SQL view of the fact tables, when trying to read the values using SQL queries. This option is typically used in conjunction with the SQLOnly option (see below). "
    Option SQLOnly
    "..to enforce the query engine to only execute SQL queries, when reading data. This can be achieved using this option."

  • Creating a Calendar View using alternative date fields

    I have a Sharepoint 2007 calendar list that includes the standard Start and End Date fields.  I also have "Suggested Start Date" and "Suggested End Date" fields that are utilized by users to recommend the Start and End Dates for
    the event.
    I can create a Calendar view that displays the events according to the Start and End dates.
    I cannot create a Calendar view that displays the events according to the Suggested Start and Suggested End date fields.
    In practice, all items are not displayed on this second calendar view that should be displayed even though you can choose these fields as Time Interval values when establishing the calendar.
    Is there a way to create a Calendar View that will use date fields other than the default Start and End date fields?
    Thanks,
    Chris Mang>> JDA Software Group, Inc.

    Hello,
    It seems problem with time value. Have you included time value in custom datatime column wile creating? What happens when you select "date only" from column settings?
    You can also try below suggestion to include "IncludeTimeValue" parameter in CAMl query by designer:
    http://stackoverflow.com/questions/18362853/how-do-i-filter-by-today-and-time-in-sharepoint-list-view
    OR else create two more calculated column and save date only in those columns then filter by them.
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • I-photo:  I used 2 cameras to take pictures on a trip --- i have put the pictures from both cameras into an album --- when i click on view and then sort by date, the pictures do not sort by date --- any ideas on how to get the pics sorted by date?

    I-photo:  I used 2 cameras to take pictures on a trip --- i have put the pictures from both cameras into an album --- when i click on view and then sort by date, the pictures do not sort by date --- any ideas on how to get the pics sorted by date?

    Select all the photos that you need to change, then click the "Photos" menu and choose "Adjust Date and Time".
    If you add a year, it will adjust all the photos that you selected by adding a year (so if you accidentally select one of the photos that already has "2012", that will change to "2013"). 

  • Data are not transfered to a table view using signal out

    Hi all,
    we have recently upgraded to SP16 and I'm now facing a problem on my model that worked fine when we were on SP15.
    I have a data service returning data to my model. The data are transfered to a signal out element and then displayed into a table view using a signal in element. Now the table view remains empty.
    I have checked that the dataservice returns data because if I directly connect my table view with the dataservice the data are displayed. But my requirement is to use signal in/out elements.
    This error was not appearing in SP15.
    Any ideas?
    Regards
    Panos

    After doing some tests I found out that if you have a model that has more than 2 signals in/out then the 3rd one will not work. This is definitely a bug.
    Hope that soon there will be a SP without any new bugs!

  • After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    Ok, the issue seem to be solved. The problem was this:
    The many hundred files (raw and xmp per image) have been downloaded by ftp in no specific order. Means - a couple of files in the download queue - both raw and xmps. Most of the time, the small xmp files have been finished loading first and hence the "last change date" of these xmp files was OLDER than the "last change date" of the raw file - Lightroom then seem to ignore the existence of the xmp file and does not read it during import.(a minute is enough to run into the problem)
    By simply using the ftp client in a way that all large raw files get downloaded first followed by the xmp files, we achieved that all "last changed dates" of the xmp files are NEWER than the related raw files. (at least not older)
    And then LR is reading them and all metadata information has been set / read correctly.
    So this is solved.

Maybe you are looking for

  • Can I attach more than 1 photo to an email?

    I've got around 30-50 photos in my iPhone's Photo Stream that I need on my Lion-less (and hence no iCloud) computer... It seems the only way to get them there is by emailing them as an attachment. Do I really have to do this 1 at a time? The email ac

  • 1680x1050 resolution on External with RevA PB 12"

    Does 1680x1050 resolution 20" Monitor work on 1680x1050 resolution with my 867 MHz first PB. Have anyone tried?

  • Reports: How to Create an Enterprise Wide "CPU/Memory" Report

    All, Going over the reports I notice that there does not seem to be a report template that I can use to collect enterprise wide CPU/MEM statistics. The enterprise consists of approx 2000 Solaris images both physical and virtual.   Running "Analytics"

  • Different query for same view showing on different page as list view web part

    Hi all, If you have three pages and want to add Documents library as list view web part to these three pages with different query (Programmatically), Do you need to create three different views for Documents library or it is possible to have differen

  • What to do with old equipment.........

    Well, I requested the RMA # for my KT6V-LSR and will be getting a replacement.  Most likely the board will go to a family member but I'm unsure on the processor. It's a Week 09 Athlon XP 2600+ Factory Unlocked and I just don't think it's right to sit