Different view in OBIEE answers

Hi,
I am new to OBIEE.Plz help.
In answers i go to criteria and select few columns For Ex:Department,Region and sales and then click on results tab to see the result.
now similarly i create pivot view and give the compound layout to see both views.
Now in the same compound layout i want another table alongside my previous table and pivot view.
but i want different columns for that table.For ex: i want Department,City and Cost columns in my table and i want all the three to be shown in the same compound layout.
Is that possible?
I have been trying to do that but whenever i change the columns in criteria for one table,the previous table columns alo get changed.
Can someone plz help me out with this?

Hi what i said is
create a table view with columns for both the reports.
in your compound layout duplicate the table view and create the second table view.
now in your first table hide the second table columns and in your second table hide the first table columns.
(you can also use pivot view as second table).
but the results will not be exact. you need to do lots of manipulations to achieve the expected results. And it also depends on your requirements. if your requirement is complex then forget this and go for the dashboard page with individual request from two reports.

Similar Messages

  • Creating Waterfall Chart view on OBIEE Answers

    Hello guys
    Is it possible to create waterfall Chart view on OBIEE answers?
    The idea is to show the differences in number between bars at the chart.
    Please let me know how it can be done
    Thanks in advance
    Devarasu.R

    Waterfall chart is not yet defined in OBIEE, But internal Corda Pop Chart engine allows you to develop new chart types. Look for Cords Pop Chart documentation in OracleBI\corda50\docs. But you need to do a feasibility study on what you get for how much work?
    - Madan

  • OBIEE report based on same criteria but different view based on filter

    Hi,
    I am trying to create a report in OBIEE 11.1.1.5 where In the same report using the same criteria, I can have different views which applies different filter.
    Suppose, I have a report criteria as
    Dim1, Dim2, Measure1, Measure 2.
    I want to create two pivot view based on the same data.
    One view will be showing data Dim1="Value1". The other view is duplicate of this view but will show data Dim1="Value2".
    Is it possible in OBIEE?
    basically what I want is work on the same dataset but different representation and show them in the same report. Please share your opinion.
    Regards,
    Tanveer.

    Hi,
    You create a new dim dummy column in criteria and in presentation level create new pivot table view use this dummy dimension column and filter with dim1=value2.
    give updates on this.
    Mark if Helpful/correct.
    Thanks.

  • Maximum Number of Columns Allowed in OBIEE Answers Table View?

    Was wondering if anyone knew the maximum number of columns allowed in OBIEE Answers Table View? I could not find it in documentation.
    Thanks in advance

    Hi,
    You can increase the maximum columns in a view by add some tags to instanceconfig.xml file.
    check this...http://obiee101.blogspot.com/2008/02/obiee-controling-pivot-view-behavior.html
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Oct 15, 2010 10:04 AM

  • How many users can view the same report at the same time in obiee answers

    Hi All,
    How many users can view the same report at the same time in obiee answers..?
    What is max and minimum number of users.
    Do we need to increase any system configuration.
    Thanks,
    Jagadees.

    Hi,
    Many users can view report at same time.It depends on the server if it can accept those many users at same time.If number of users increases OC4J may not work properly.
    Refer : http://www.artofbi.com/index.php/2009/10/what-is-oc4j-an-oracle-application-server-distribution-really/
    Regards,
    Srikanth

  • Create opaque view in OBIEE with multiple tables

    Hi,
    I need some help with the opaque view since i have never created it in past. I want to create an opaque view which fetches data from multiple tables. Is it possible to do that ? Or is there any other alternate option available in OBIEE ? I read the following blog and other similar blogs on opaque views but could not find option to use it for query with multiple tables:
    Oracle Business Intelligence: Creating Opaque View in Physical Layer in OBIEE 10g
    Also can you please advice how to join two tables from different databases in OBIEE ?
    Kindly advice.
    Regards,
    Andy

    Hi Andy,
    As per my knowledge you can create Opaque View on one table at a time.Joining two tables from different databases yes we can create a report from multiple data sources.Check this
    Rittman Mead Consulting » Blog Archive » Reporting Against Multiple Datasources in OBIEE
    Mark if helps.
    Thanks,

  • How can I use sysnonym to hide two different views?

    hi,
    My question is how can I use 2 different users to login and they point to different views. However, in the program level, the view name always stand for "Test_View".
    I try to meet the requirements and do the followings:
    Step 1: In user A account, it creates two different views and also grant select to User B and User C respectively.
    Step 2: Login User B and create public synonym called "Test_View".
    Step 3: Login User C and create public synonym called "Test_View".
    I encounter the problem in Step 3 which is public synonym called "Test_View" is already exist. So, anyone can tell me once login and it will depend on which view you can see on program level.
    Thanks
    Amy

    As 399811 told you, you have to create private synonyms.
    "CREATE SYNONYM ...." instead of "CREATE PUBLIC SYNONYM ...."
    the private synonym has to created in each user.
    Joel Pérez

  • How to separate different views and parts of a single line of business(LOB) universal app for windows 8.1 with many users.

    Hello am an intermediate Windows Phone/Store Developer. Am currently in the process of implementing a LOB app that will have three different types users, an admin, a student, a teacher . Depending on how a user logs in i would like certain pages to be exposed
    to them and the rest to be hidden. The app will also store data temporally on a local db then sync regularly to an azure database(Can the recent entity framework 7 that supports store/phone apps allow code first databases or are there features still not fully
    accessible in WinRT apps)...This i believe can handle but also kindly point me out to existing implemented resources/examples i will appreciate very much.
    What am finding problematic is how to consume different app data stored by various users logged in for these different views. Will i need an asp web api is it really necessary cause i want to avoid it cause i have about three months to do it. I do not want
    to create three different apps and one ASP Web AP,  i want one single app and an api if possible, i know windows usually sandboxes apps hence app to app communication will be hard if not impossible. So my question is, is it possible to implement different
    user session management with a login (Windows Live ID) which i can abstract various parts of the app from them depending on the users login id in the app. E.g How can an admin logged in the same app as the student have access rights to certain pages in the
    app that a student will not see. How do i route different users to certain pages and can isolated storage store these persisting as a setting.
    How can i know which login id belongs to which of the three users? How do i then assign different access to different controls of the app with their id,provide custom views routes,access right,session management. I think i can do these without an ASP Web
    API is It wise? Building pages in the apps is easy but i want users to see different views of the app instead of one standard app depending on there login id, how can the NAVIGATION URI be used here. How can azure and features like active directory,azure mobile
    services. I know i have repeated the same things over and over and these might be complex for a free advise but as a windows dev these is my one stop shop. Any one with a view on how to approach these kindly show me the best directions. Thanks guys in advance.

    I suggest you have a look at this sample.
    https://code.msdn.microsoft.com/windowsapps/ListView-Interaction-ac044c3c. MainPage provides the framework to hold the content. At runtime, we create the Scenario collections and then bind to control. This approach can help you determine the type of users
    and provide some appropriate pages at runtime.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Displaying of charts as a separate column in table view view in obiee 11g

    Hi all,
    we have a requiremnet where i need to display charts in a separate column in a table view in OBIEE 11g. can any body help in achieving this requirement?
    Thanks in advance.
    Regards

    HI All,
    Can any body let me know how to achieve this requirement!
    charts also should be dsplayed in a column in table. I had gone through below Sparkline graph link but didn't move forward with Jquery. can any body help me in understanding this?
    http://srisnotes.com/tag/obiee-11g/.

  • Project Web App (PWA)/Sharepoint 2013: is there any way to display two different views of the Project Center PWA web part to the same user in a site collection?

    i want some of my users to see all the projects in the Project Center at my top-level site, and those same users to see only the projects they own at a subsite level in Project Center. that way they could see an 'all project' view on the homepage and only
    their projects on their dashboard pages (which also have an instance of Project Center web part on them). i have searched and searched but cannot find a solution to this. is there any way to acheive this functionality? thanks in advance for your assistance!

    I have tried this in the past, but was not successful, as far as I can recall. Once you access the project center webpart in one page, the view will be retained regardless where you see it again. (until you apply a different view or clear your browser cache). 
    May be an easier solution is to display a 'report' on the home page with ALL projects (much easier to do), and use the Project Center webpart for the My projects view as it is easier to achieve via Project Server Security, than a report.
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Different view of the same query between users

    Hi at all,
    I strongly hope you can help me.
    The problem that i have is that:
    I have a different view of a query inserted in a workbook respect the view of the same query that have other users.
    In particular I watch in my query 4 fixed characteristic of the query ( Cost center, order type , controlling area, fiscal variant ), below the free characteristic block  and before data table.
    Instead other user watch only 3 fixed characteristics ( Cost center, order type , controlling area ).
    This is a problem because in the workbook there is a macro that reads the data from a fixed raw. So that this macro doesn't' t work in my workbook.
    I would specify that the workbooks is called from rules and not from fevorites.
    Thank you very much for your attention!
    Bye
    Fabio

    Hi Erwan,
    i have the SAPGUI version 3500.8.044 and the item you describes :
    Bex menu ( Business explorer -> Change Query -> Change variable values )
    let me to change the values of input variables.
    The new layout query, after the input of the new values, has the same rows of the fixed query value ( fyscal variant too).
    Thank you for your answer..
    bye
    Fabio

  • Navto a different view in the same page

    Is it possible to use the navto command to jump to a different view in a page or poiting to a position in a scrollable frame?

    Yes, use decimals in your navto page number. For example, navto://myarticle#2.3 jumps to a place between page 3 and 4 in a smooth scrolling article.
    For examples, see DPS Tips > Advanced Overlays > Scrollable Frame Links.

  • Map Viewer in Obiee 11G

    Hi,
    I need to install map viewer in obiee 11g to show maps in dashboards. I have no idea about this, can any one help me.
    Thanks,
    PJ

    OBIEE Samples has very good documentation and the schemas to download and set this up
    http://www.oracle.com/technetwork/middleware/bi-foundation/obiee-samples-167534.html
    Select the OBIEE 11.1.1.3 - Sample Application section

  • Instantiating a form as different views and merging them at the end of the workflow.

    Hi,
    I have a big doubt in implementing one of the crucial part of our workflow design.It goes like this.
    1.we have a form which is mainly classified into five types and a total of 16 subforms.
    2.the five types in which the form is divided is based on the approver and the type. of requests.
    3.different views of the whole same form have to be sent to the five approvers.
    4.once the approvers approve the request,a wait point must be present in the workflow,where it will wait for all the views of the form (which are approved) and must merge them into one single pdf form ie., the original form.
    so the change in the views of the total form must be reflected in the main form at the end while it is merging.
    also all the views of the form are to be merged in to one for the sake of arhiving and rendering it to pdf.
    so my questions are..
    1.How to add multiple views of the main form (xdp) in the workflow separately as individual xdp templates(based on the five types i mentioned)?
    2.How to merge the form views again in to single form or how to make the changes reflect in the main from when changes are made in their views.?
    thank u..
    Raghava Kumar V.S.S.

    MOBILE PHONE (BIRMINGHAM) LIMITED
    BUY UNLOCKED BRAND NEW MOBILE PHONES AND LAPTOP,DIGITAL CAMERA,GAMES,PLASMA TV.They are brand new and sealed in an original company box with complete accessories and one year international warrantee.
    NOTE : Minimum Order : 3 unit and get 1 free
    Sample Order...1unit to 5units
    Bulk Minimum Order : 10unit and get Extra 3unit
    Shipping fees : free Shipping : FedEx, DHL or UPS
    Delivery Time : 38hrs/48hrs.
    MOBILE PHONE (BIRMINGHAM) LIMITED
    Address: 376 COVENTRY ROAD, SMALL HEATH, BIRMINGHAM, WEST
    MIDLANDS, B10 0XE
    +447024036361
    Contact Person :Thomas larry
    Sales Manager
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    Nokia Phone.
    Nokia N95..$2800USD
    Nokia N93..$250USD
    Nokia N92.$200USD
    Nokia N97...$280USD
    Nokia N96...$280USD
    Nokia N83.$175USD
    Nokia N91.$180USD
    Nokia N90.$170USD
    Nokia N70.$150USD
    Nokia N71.$155USD
    Nokia N72..$160USD
    Nokia N73..$165USD
    Nokia E90 COMMUNICATOR..$300USD
    Nokia 7360.$165USD
    Nokia 7380..$175USD
    Nokia 8800 sirrocco...$200usd
    Nokia 7370..$170USD
    Nokia 8800$140USD
    Nokia 8801.$145usd
    Nokia N80.$160USD
    Nokia 7710.$145USD
    Nokia 7610.$120usd
    Nokia 9300$145USD
    Nokia 9500$170USD
    NOKIA 6230 for........$130usd
    NOKIA 6230i for.......$140usd
    NOKIA 6260 For........$130usd
    NOKIA 9300 For........$130usd
    NOKIA 9500 For........$140usd
    NOKIA 7610 For........$150usd
    NOKIA 6680 For........$130usd
    NOKIA 6682 For........$140usd
    NOKIA 7650 For........$150usd
    NOKIA E60 for.........$150usd
    NOKIA E61 for.........$155usd
    NOKIA E70 for.........$160usd
    Motorola Phone
    Mitac MIO 8930$280usd
    Motorola razor v3$130usd
    Motorola razor v3 pink edition..$130usd
    Motorola v3X..$140usd
    Motorola MPX300.,$150usd
    Motorola V3i..$150usd
    Motorola L7$140USD
    plasma sony 32?'.$400usd
    MOTOROLA SLVR V8 For........$150usd
    MOTOROLA A1000 For...........$160usd
    MOTOROLA A1010 For...........$200usd
    MOTOROLA MPX 220 For........ $120usd
    MOTOROLA MPX 300 For........ $140usd
    Sony Ericsson w950i.........$170usd
    Sony Ericsson w900i.$140usd
    Sony Ericsson W800i.$135usd
    sony Ericsson w700..$130usd
    sony Ericsson w600i.$125usd
    sony Ericsson w300..$120usd
    sony Ericsson w950..$200usd
    Sony Ericsson p990i.$145usd
    Sony Ericsson m600i.$175usd
    sony Ericsson m600..$170usd
    Sony Ericsson p990..$140usd
    Sony Ericsson p910i.$125usd
    SONY ERICSSON K700i For......$130usd
    SONY ERICSSON k750i For......$140usd
    Sony Ericsson W810i For......$155usd
    Sony Ericsson S700i For......$140usd
    Sony Ericsson: Z1010 For.....$160usd
    SAMSUNG D600 For......$120usd
    SAMSUNG D720 For......$130usd
    SAMSUNG D730 For......$135usd
    SAMSUNG D800 FOR......$135usd
    SAMSUNG D820 For......$140usd
    SAMSUNG Z500 For......$150usd
    Apple iphones.................$200usd
    Apple ipods 80 GB............$180usd
    Apple ipods 60 GB............ $150usd
    PlayStation 3 20 GB.............$220USD
    Playstation 60 GB..................$250usd.
    i-mate jas ja and other.
    Treo 650 for. $150usd
    Treo 700 for. $180usd
    Sick kick for $140usd
    Side kick 2 for..$130usd
    Side kick 3 for..$150usd
    Eten m 500 for.. $100usd
    Dvx-pod for.. $50usd
    i-mate jas jar for. $160usd
    i-mate jam for.. $170usd
    i-mate k jam for.$180usd
    Eten m 500 for.. $150usd
    Treo 650$130usd
    Treo 600$120usd
    Treo 700w..$140usd
    Pioneer CDJ-1000MK3 ------------$900.00
    Pioneer DJ Effector - Red-----------$350.00
    Pioneer System Case (CA-CMX5).......$450.00
    Pioneer CDJ-800MK2 Digital Vinyl Turntable=--$520.00
    Pioneer Dual Rackmount CD Player--------$600.00
    Pioneer Pro DJ Mixer -------------$720.00
    Pioneer Rack mount pro DJ mixer---------$780.00
    Pioneer 96Khz / 24 bit digital mixer.-----$1,000.00
    Pioneer Flat Speakers (ea.)-------------$1,100.00
    Pioneer Professional DVD Turntable-------$2,000.00
    Pioneer Pro DJ 96Khz 24bit Mixer---------$2,200.00
    Pioneer Professional DVD Turntable------$2,220.00
    Pioneer Djm-800 4 Channel Dj Mixer W/midi---$1,000.00
    Pioneer DJM-400 Professional DJ Mixer------$300.50
    Pioneer Pro DJ DJM1000 Pioneer Top of the Line
    D---$2,100.95
    Pioneer DJM-1000 Professional Club DJ
    Mixer----$2,110.00
    Pioneer Super DJ mixer - Pioneer DJM909------$900.00
    Pioneer DJM-600-------------------------------$750.00
    Pioneer CDJ 800 MK II / DJM 600 CD DJ
    Package----$2,100.00
    Pioneer DJM-1000 Mixer--------------$2,200.00
    Pioneer Model: DJM-600K--------------$800.00
    Blackberry
    Brand new BlackBerry 8700r....$200
    Brand new Blackberry 8700c....$200
    Brand new Blackberry 8700g....$210
    Apple Iphone.....................for Just $400
    APPLE LAPTOPS.
    Apple NoteBook Laptop for just $550
    Apple Mac Book...for just $450
    Apple Mac Pro .....for just $500
    Apple Laptop 17inch for just....$400
    APPLE IBOOK 12" 1.33GHZ...............$350
    APPLE IBOOK 14" 1.42GHZ.....................$380
    APPLE IBOOK G4 1.33GHZ..................$370
    APPLE IBOOK G4 1.42GHZ....................$400
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 15
    INCHDISPLAY........$580
    APPLE G5 POWERMAC 2.0GHZ DESKTOP
    COMPUTER...................$620
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 17 INCH
    DISPLAY........$550
    All Toshiba laptops
    Toshiba Satellite PRO L10.. $320
    Toshiba M200 $500
    Toshiba R100 $450
    Toshiba Qosmio E10 $750
    Toshiba Satellite PRO L20.. $250
    Toshiba M100 $680
    Toshiba M300 $740
    Toshiba Portege A200. $320
    Toshiba Satellite L10 $330
    Toshiba Qosmio F20 $500
    *Dell Laptops
    Dell Latitude D600 $290
    Dell Latitude D500t.. $200
    Dell Inspiron 6000 $350
    Dell Latitude D505 $340
    Dell Latitude D610 $460
    Dell Latitude D510 $320
    Dell Inspiron 9300 $530
    Del Xps M2010..............................$400
    Del Xps M1710..................................$350
    Sony Laptops
    Sony VAIO VGN-T1 $680
    Sony VAIO VGN-FS315 $420
    Sony VAIO VGN-S3 $450
    Sony VAIO VGN-TX1.. $840
    Sony VAIO VGN-FS215 $310
    Sony VAIO VGN-S4 $470
    Sony VAIO PCG-K35.. $550
    Sony KDE-61XBR950 Television..3000usd
    Sony KDE-42XBR950 Television..1000usd
    Sony KDE-42XBR950 Television.1000usd
    Sony PFM-42X1/S Television.500usd
    Sony KDE-42XS955 Television..550usd
    Sony FWD-50PX1/S Television1200usd
    Sony KLV-32M1
    Television400usd
    SAMSUNG PLASMA TV
    SAMSUNG HPP3761 Plasma TV $610
    Samsung PPM42M5S Plasma Display $505
    Samsung SPP4251 Plasma TV $700
    Samsung PPM42M5H Plasma Display $550
    Samsung HPR4252 Plasma $680
    Samsung HPR4262 Plasma TV $450
    Samsung HPR4272 Plasma $560
    Samsung PPM50M5H Plasma Display $870
    Samsung HPR5052 Plasma $670
    Samsung HPR5072 Plasma $780
    Samsung HPP5581 Plasma TV $780
    Samsung PPM63H3Q Plasma Display $700
    Samsung HPR6372 Plasma $820
    PANASONICS TELEVISIONS
    Panasonic TH-42PD50U Television600usd
    Panasonic TH-42PX50U Television..1000usd
    Panasonic TH-50PX50U Television..1500usd
    Panasonic TH-42PWD6UY Television.500usd
    Panasonic TH-42PD25U/P Television400usd
    Panasonic TH-42PHD8UK Television450usd
    Panasonic TH-65PHD7UY Television..2500usd
    Pioneer PDP-5050HD Television.1000usd
    Panasonic TH-37PX50U Television.500usd
    Panasonic TH-42PX500U Television800usd
    HITACHI PLASMA TV
    Hitachi CMP4211u Plasma $850
    Hitachi CMP4212u Plasma $350
    Hitachi 42HDF52 Plasma HDTV $400
    Hitachi 42HDT52 Plasma TV $440
    Hitachi 55HDS52 Plasma HDTV $480
    Hitachi 55HDT52 Plasma TV $650
    Hitachi CMP-55HDM71 Plasma $420
    AOC ENVISION PLASMA TV
    AOC Envision A42W64 Plasma $400
    MAXENT PLASMA TV
    Maxent MX-42VM7 Plasma EDTV $370
    Maxent MX-50X2 Plasma $300
    NEC PLASMA TV
    NEC 42VP5 Plasma TV $400
    NEC 42VM5HA Plasma TV $470
    NEC 42VR5HA Plasma

  • How to upload different views of customer master data using LSMW-IDOC

    I need to upload customer master data  using LSMW Idoc method for my client. Now customer will have different views like main view, Sales data, Company code data, Partner function data etc. And except main data all other data can be multiple for each customer. We are going to upload data from tab delimited .TXT file. Should I propose different LSMW for upload different views for the customer from different .TXT files? or we can upload all the customer related data (like main view data and partner function data )from a single .TXT file. Kindly suggest which one in convenient and how we can prepare the data file in both cases.

    convinient is the method that you can handle.
    but as the guy who loads the data you have to load the data like they are available, like it is convinient for others to prepare the data.
    In general there is no problem to use an IDOC method to load a customer master with multiple comany codes and several sales orgs in one shot.
    the data can be in one source file, but need then to be maintained in a certain way
    Example1: all data in 1 structure
    GD1 - CC1 - SO1
    GD1 - CC2 - SO2
    GD1 - CC2 - SO3
    in this case the GD (general data) is redundand in each line which has different Company code data or different Sales Org data
    Example2: all data in 3 sturcures but one file
    GD1
    .CC1
    .CC2
    ..SO1
    ..SO2
    ..SO3
    Example3: data delivered in 3 files - you join the files in LSMW, they must have a common identifier like the old customer number in the beginning of each file
    FILE General data:
    GD1
    GD2
    GD3
    file Compamy code data:
    CC1
    CC2
    CC3
    file Sales org data:
    SO1
    SO2
    SO3
    LSMW is flexible and can handle each of this scenarios, are you flexible too?

Maybe you are looking for

  • Mac Firefox starts but no window

    Firefox starts on my iMac, but no window appears. I try File > New Window, but no window appears. I tried rebooting my iMac and I downloaded and reinstalled Firefox -- still no window. I've been using Firefox for years and have never had a problem li

  • Where Can I see my Oracle ID on Oracle OTN website

    Hi, Long time ago I created oracle otn account, now I need the Oracle ID, where can I see it . It will be the same as Oracle testing ID ? thanks in advance

  • WLC With ASA as gateway

    Hi ALL, Has any one configured a WLC with ASA as the gateway, I have 3 interface 70, 80 and 90 ( 70 is the management vlan ) in the WLC, with all the gateway in the ASA. But I can ping only the gateway for vlan 70 from my wlc, none of the other gatew

  • Client Copy: copy only master data

    Hi! Is it possible to copy only master data from e.g. client 100 to client 200? If yes, which technical steps are necessary (tcode, etc.)? Client 100 is the copy of client 200 without master data. Thank you, regards Thom

  • Convert VI from windows 2000 to 98

    Hi, I am currently using Labview 7.1 on Windows 2000.  A subVI that I am trying to incorporate must use Windows 98.  Is there a way to convert a VI from Windows 98 to 2000?  Thanks!