Universe object that points to certain field according to the user PVL

Hi universe designing experts !
Marianne solved a problem I have in [this|Web Intelligence: Hide / Show object according to InfoView Locale; post. I wanted to replace an object/column in a report according to the users locale. This was done at report level with a selection containing the getPreferredViewingLanguage() function in WebI.
My question now is, could I somehow define in the universe an object that, according to the PVL of the report viewer, points to a different field in the database ?
We have description fields in the databse for different languages.
Thanks in advance !
P

Hi Marianne
Thanks again for your response.
Marianne Loenen wrote:
> If you want a solution for this written down, you need to give the database you use.
We are using an Oracle 10g database.
Marianne Loenen wrote:
> In Oracle there is a system view v$nls_parameters in which you can lookup stuff like that.
> It's a one row view, so you can use a (select xxx from v$nls_parameters) as column in any query.
OK I didn't know that. But I don't think that I could use this variable in this situation. Please correct me if I'm wrong...
What I want to do is this:
A user with Preferred Viewing Language nl_NL and a user with PVL en_GB are requesting the same report. In that report there is a field with a description about another field. The descriptions are 2 different columns in the database. You showed me before (thanks again) how I could switch the 2 field according to a users PVL that I could query from the system ( getPreferredViewingLanguage() ). I want, if possible, to do this at Universe level so I only have to drag 1 single object in the query that corresponds to the right column according to the report viewers PVL... So the en_GB guy will see English descriptions and the Dutch guy will see the Dutch descriptions all from the same object...
Would be cool if that was possible...
Thanks again for helping !
P

Similar Messages

  • Trying to find ALL objects that point to one column...

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE     11.2.0.3.0     Production
    TNS for Solaris: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    I have multiple schemas, all which have tons of objects that point to one column of one table.
    I tried to look at v$sqltext, and v$sqlarea, but it doesn't seem to show as expected.
    Is there a view that I can look at that will show me all the objects that relate to one column?
    my situation. Had to change the data structure of this one column. Changed the default value from a Y to an L. I have packages, functions, triggers...etc... that deal with this one column. I need to ensure that I go through EACH one and edit them to reflect the change to the table column. And again, this spans multiple schemas that point back to it.
    I can't overlook any objects. Is there any one place to find this?
    Thanks.

    Use view - DBA_DEPENDENCIES
    select * from dba_dependencies
    where type= 'TABLE'
    and name = '<TABLE_NAME>';Another crude way...
    select * from all_source
    where lower(text) like lower('%<TABLE_COLUMN_NAME>%')
    group by owner,name,type;But, this 'll not search in Views & MView queries.
    HTH
    Ranit B.
    Edited by: ranit B on Oct 15, 2012 11:09 PM
    -- added                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

  • Unable to Align the fields according to the Pre-Printed Cheque format

    Hi,
    I am having a requirement where I need to align the report output according to the Pr-printed Chekc Format which is loaded in the printer.
    In detail we have a pre-printed format of the cheque which will be loaded into the printer which includes the logo and the amount fields with the symbol of currency,date etc.
    I need to print the output which is runned by formating the payment batch.I am getting the output printed but not in the exact palces where I need.I tried to modify the report fields by increasing the length and width of the main section but of no use.Can any one help me out at the earliest.
    I am getting the output either out of the symbol of currency and even the date as well.
    Thanks for your help in advance.
    With Regards,
    Sunil.

    Can you explain briefly the below point which you have mentioned.
    "Also set the increase the size of fields upon the size of pre-printed area and set the horizontal Elasticity to FIXED. Then align and print."I meant that increase the size of fields according to the size of pre-printed document and set the horizontal elasticity to FIXED so it will not go out from the desired space.
    Well, this is what i said you will have to set the alignment and will have to check by printing again. There is no specified format of pre-printed document type reports.
    -Ammad

  • Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Help with creating a form, I want to add a check box to enable me to unlock certain fields and deselect the block again

    Look to the right under "More Like This". Your issue has been discussed many many times. The error you are seeing is because you do not have enough free "contiguous" space on your hard drive. Read the other threads that address this issue to find how to solve the issue.
    Or, put "The disk cannot be partitioned because some files cannot be moved" into the search box at the upper right of this page.

  • Is there any object in labview that contains a list of data for the user to select (selection one at a time) or add a new data?

    Is there any object in labview that contains a list of data for the user to select (selection one at a time) or add a new data?

    List and table controls -> listbox..is that what you are thinking of?
    The listbox presents the user with a list of options, and you can set it to only accept one selection at a time...Adding new data to the list can not be done directly by the user but if you make e.g. a text control and a button you can programatically insert new objects described in the text box when the button is pressed...(see example).
    If you need more than one column you have the multicolumn listbox. If you want the users to write new entries directly yu can use a table and read selected cells using it's selection start property to read what cell has been selected.
    MTO
    Attachments:
    Listbox_example.vi ‏34 KB

  • Change display language according to the user programmatically

    How to change the site displaying language according to the user ? Let say I've drop-down to select language in a web page according to that whole site display language change and also user's language in user profile need to change. How to do that in using
    server object model programmatically.

    Hi,
    According to your post, my understanding is that you wanted to display language according to the user.
    First, we can find out the current culture of the logged in user based on
    LCID.
    System.Threading.Thread.CurrentThread.CurrentUICulture.LCID
    Then you can set the language based on the LCID.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/0e5d36e1-ec06-404a-ab2c-0e0ff475abec/how-to-change-the-language-based-on-log-in-user-programmatically-in-sharepoint-2013-how-to-change?forum=sharepointdevelopment
    http://sharepoint.stackexchange.com/questions/104140/change-site-display-language-according-to-the-user
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid co

    I have upgraded Apple Aperture from version 2 to version 3 and I'm having a problem with the "Highlights and Shadows" adjustment. According to the user's manual, I should have access to an advanced disclosure triangle which would allow me to adjust mid contrast, colour, radius, high tonal width and low tonal width.
    If anyone has any suggestions as to how to access this advanced section, I'd be most grateful.

    Hi David-
    The advanced adjustments in the Highlights & Shadows tool were combined into the "Mid Contrast" slider in Aperture 3.3 and later. If you have any images in your library that were processed in a version of Aperture before 3.3, there will be an Upgrade button in the Highlights & Shadows tool in the upper right, and the controls you asked about under the Advanced section. Clicking the Upgrade button will re-render the photo using the new version of Highlights & Shadows, and the Advanced section will be replaced with the new Mid Contrast slider. With the new version from 3.3 you probably don't need the Advanced slider, but if you want to use the older version you can download it from this page:
    http://www.apertureexpert.com/tips/2012/6/12/reclaim-the-legacy-highlights-shado ws-adjustment-in-aperture.html

  • How to keep a calculation field blank until the user enters a number?

    I am building a sales sheet for a school that sells scrip as a fund-raiser. I have the document set so that when the user enters the number of scrip certificates he wants (say, two $25 gift certificates at Lowe's), the program will automatically calculate that this user owes $50 for that scrip category. However, there are more than 100 companies that one can choose from, and if the user doesn't enter a number, the calculated field shows $0. Is there a way that each field can stay blank until the user enters a number bigger than zero? By the way, I'm using this calculation to determine the value (borrowed from a user on this forum): event.value = 50 * this.getField("Lowes").value
    Thanks!

    There are two approaches. You can either add the following Validate script:
    // Custom Validate script for calculated field
    if (+event.value !== 0) event.value = "";
    Or you can change your custom Calculate script and set the Format type of the field to "None":
    // Custom Calculate script
    (function () {
        var v = +getField("Lowes").value;
        event.value = (v !== 0) ? util.printf("$%.2f", v) : "";

  • Choose the Subject Area according to the user connexion

    Hi all,
    Suppose that I have many subject area in the presentation layer (for example SA1 and SA2).
    Is it possible to choose the subject area to display according to the user connexion.
    ie. If we have two users User1 and User2 and i would like to schow only SA1 for USER1 and USER2.
    Thanks
    Best regards

    You can do this by following steps....
    1. Open the repository in Administration Tools. In the presentation layer, Go to the presentation catalog. then right click the presentation catalog you want to restrict to a particular user.
    2. click properties. Go to persmissions tab, then click show all users and groups. select the user you want to restrict and then click the checkbox next to it. keep clicking it until it becomes a red cross. click ok. It's done.
    Hope that helps...Correct me if I am wrong.
    Edited by: user9149257 on Feb 24, 2010 3:19 AM
    Edited by: user9149257 on Feb 24, 2010 3:20 AM

  • I installed acrobat pro on my computer, and now I am unable to download items because I get a message that I need to open acrobat for the user agreement. opening acrobat pro does not help.

    I installed acrobat pro on my computer, and now I am unable to download items because I get a message that I need to open acrobat for the user agreement. opening acrobat pro does not help. What do i do?

    I have not contacted Adobe. I am using acrobat pro CC, and haven't noticed any problem with the software itself. The only problem I have had so far is when I try to download.

  • OLAP Universe : Objects LOV pointing to master table in BW

    The LOV's generated were pointing to master table in BW. Say like we have Material dimension along with LOV's generated by Universe based on Bex is poingting to Master table in BW. "0Material.Level 0". when we refresh or search for a purticular Material we are getting two errors: Partial Results and No Value found.
    I checked in the Parameter and we dont have any restriction bringing the number od rows. Can anybody advise how to show all the Materials in LOV's. I tried using delegated search option in the Object properties. But doing that we loose Search option
    and showing LOV. Because it expects User to key-in the Material Number.
    Thanks
    Pats.

    Hi,
    I believe that under universe option Under control uncheck every thing and export the universe and this will resolve the issue.  If not then go to following SDN link try to apply the solution provided in this section to see if you get your issue resolved.
    [Large volume data - WebI document fails;
    Bashir Awan

  • Query that only returns certain fields in Java

    Currently I'm using a filter that identifies some keys, I then get all the keys and get a single value from each object. The rest of the object is quite large. I've seen references in passing on the ability to do this, using CohQL but I can't get it to work from Java.
    Basically, I want to do: "Select field from "Cache" where key='asdf'". I just want to get back the specific "field" rather than the whole object. How do I do this?
    Thanks.

    Hi,
    It should be easy if your object has a getField() accessor. Hope this helps ...
    http://download.oracle.com/docs/cd/E15357_01/coh.360/e15723/api_cq.htm#CEGDIJEC
    Using Path-Expressions
    One of the main building blocks of CohQL are path-expressions. Path expressions are used to navigate through a graph of object instances. An identifier in a path expression is used to represent a property in the Java Bean sense. It is backed by a ReflectionExtractor that is created by prepending a get and capitalizing the first letter. Elements are separated by the "dot" (.) character, that represents object traversal. For example the following path expression is used to navigate an object structure:
    a.b.c
    It reflectively invokes these methods:
    getA().getB().getC()
    For example ...
    Select the home state and age of employees in the cache ContactInfoCache, and group by state and age.
    select homeAddress.state, age, count() from "ContactInfoCache" group by homeAddress.state, age

  • Universe object that returns the number of rows in table?

    Is it possible to create a Universe object to support the following SQL query:
    SELECT * FROM (SELECT ROWNUM rownum1 FROM TABLE) WHERE rownum1 = (SELECT (MAX(ROWNUM)) FROM TABLE)

    Amr,
    Hey dude, welcome back, long time no hear from you.
    You were on the right track with "number of rows", but here is the correct syntax:
    =NumberOfRows([Query 1])
    Thanks,
    John

  • Data in Customer Group Field according to the sales area

    I have two sales area, i.e. 1000,10,10 (area1) and 1000,20,10. (area2) configured in the sap.
    i want that when user creates a customer for area1, then he get different data in list in "customer group field" in sales area in sales tab i.e. group1, group2. and while creating customer for area2 field, user get different data in list of the same field (now group3, group4).
    is that possible without ABAP??

    Hi
    The field customer group flows from imgsd-master data-business partners-customers-sales-define customer groups
    Whatever you define here will flow as options in F4 while creating CMR
    But there is no restriction of limiting certain groups according to sales areas as reqd by you in standards
    It needs a development only
    Regards
    Raja

  • When printing from firefox, the page address prints in an illegible font. Same font also appears in certain field windows in the browser.

    Why would the fonts in the page address print in an illegible font? It's a black background bar with a white jumbled cartoon-style font. The same font is present in certain field windows when filling out forms. I checked the fonts in preferences and it all seems to be correct and normal. Could this be a Mac issue?

    There is a known bug involving printing in beta 12 that has been fixed in the Firefox 4 release candidate which is due out soon.

Maybe you are looking for

  • Unknown error 4280: please help.

    For some reason, the newest version of iTunes (7.0.2) has completely locked up my burner in any application, though I can still rip CDs. Even reinstalling an old version has not worked. I have heard this is due to some GearWorks program that comes at

  • R/3 Order price reset on changes in CRM

    Dear Experts, I'd like to ask you about pricing synchronization problem. At my company, sales order created in CRM 4.0 will be distributed to R/3 ECC 6.0. R/3 sales order price conditions are not similar with CRM sales order price condition. Not all

  • Email screen is frozen how to fix

    EEmail screen is frozen how to fix

  • Portal Integration with JAVA ?

    Hello All,        I've been working in the Portal for the past 1 Year. The work which I've done is : 1. Creation of BSP's in SAP 2. Create iViews in Portal accessing these BSP Applications.( BSP , IAC, URL,BW etc ) 3. Create Roles. Now I'm moved to o

  • Air ApplicationLoader failures - ** Gun now in mouth Edition **

    Hello ! In Jan I built my .ipa file, zipped it & deployed it to the app store without a hitch. Amazing really. Now I'm updating it and building it from exactly the same set of resources - just updating the version no. in the xml file accordingly. and