Separate issue of County 10 G OBIEE

Hello

I am really new to OBI now runs into this problem.

I did, and three tables of dimensions as follows:

fact:

1. turnover:

sold_vlaue (sum)

transactions (count distinct receipt_id)

branch_id (foreign key)

daykey (foreign key)

receipt_id (foreign key)

product_key (foreign key)

Dimensions

1. General management

branch_id (key)

2. the time

daykey (key)


3 product

product_key (key)

These tables are attached as above keys star schema. Sales.sold_value is aggregated by 'sum', operations (separate County receipt_id) is. I don't have a receipt_id dimension since it is only for the calculation of the transaction.

So, how can I implement to do operations correct (County receipt_id distinct)?

I tried to put transactions as a separate County in order of default aggregation. But the result is false (1)

All right. I thought about it.

The fact table must be modeled as:

1. turnover:

physical layer:

sold_vlaue

branch_id (foreign key)

daykey (foreign key)

receipt_id (foreign key)

product_key (foreign key)

The underlying query is:

Select

branch_id daykey, receipt_id, product_key

sum (sold_value)

table

Group

branch_id daykey, receipt_id, product_key

Layer MDB:

sold_value (sum)

transactions (count distinct receipt_id)

branch_id (foreign key)

daykey (foreign key)

receipt_id (foreign key) (deleted)

product_key (foreign key)

Tags: Business Intelligence

Similar Questions

  • With separate issue and SUM

    Hi I have worked on this for too long hours.

    Separate doesn't seem to work, and I tried many combinations of SUM that I'm starting to lose hope.

    I have a very large select. It gives me the results I want. Here's a script that will create values you as I get select statement.
    INSERTION of REM in EXPORT_TABLE
    TOGETHER TO DEFINE
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010427102', 1439, 289);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010427102', 1439, 289);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010432334', 1750, 292);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010432334', 1750, 292);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010445831', 1439, 1);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010445831', 1439, 1);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010958361', 1439, 288);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010958361', 1439, 288);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010958411', 1439, 290);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010958411', 1439, 290);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010973899', 1940, 294);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010973899', 1940, 294);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '010985638', 1750, 293);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '010985638', 1750, 293);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '011027893', 1750, 291);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2011-2012', '011027893', 1750, 291);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ('2010-2011', '666666666', 6666, 1);
    Insert into EXPORT_TABLE (YEAR_DESC, CONTRACT_NUMBER_TEXT, RC, CLI_SERVED) values ("2011-2012", "666666666', 6666, 1");

    Now what I want to do is simple, but I can't understand it. Basically, I want to SUM (CLI_SERVED) for EACH YEAR_DESC. I don't care CONTRACT_NUMBER_TEXT or RC. I want just the sum of cli_served for each year_desc.

    I tried many combinations, none work. What intrigues me the most is that I put a different one on year_desc but it returns me always the same years. What am I doing worng?

    I add the following select statement for the table above, but it does not work
    Select sum (cli_served) rc, separate (year_desc), CONTRACT_NUMBER_TEXT,
    OF got_r_num
    WHERE r_num = 1 - and agreement_type_ind = 4
    Year_desc, CONTRACT_NUMBER_TEXT, rc GROUP
    order of contract_number_text, year_desc

    Bascially this does nothing but send back me the same data as above. If I only group IN YEAR_DESC, which seems logical for me it give me a '00979. 00000 - "not a GROUP BY expression" error


    Thank you

    Basically, I want to SUM (CLI_SERVED) for EACH YEAR_DESC. I don't care CONTRACT_NUMBER_TEXT or RC.

    Then why are you their inclusion into the Group?

    Just do:

    SQL> SELECT year_desc
      2       , sum(cli_served)
      3  FROM export_table
      4  GROUP BY year_desc
      5  ORDER BY year_desc
      6  ;
    
    YEAR_DESC                      SUM(CLI_SERVED)
    ------------------------------ ---------------
    2010 - 2011                               2039
    2011 - 2012                               2039
     
    
  • Separate issue of projects module

    I tried the implementation of a Module in a project separate from my main application by following the instructions, a few threads and get these errors when I load the module. I tried a few different fixes that I found on the web (such as external and other trainees charge) but have not been able to solve. Someone at - it a good guide, I could follow to install my workspace? Or a set of examples of projects.

    I get the following errors:

    Error: Could not find bundle "SharedResources" compiled resources for 'en_US' locale.
    at mx.resources::ResourceManagerImpl/installCompiledResourceBundle() [E:\dev\4.0.0\frameworks \projects\framework\src\mx\resources\ResourceManagerImpl.as:340]
    at mx.resources::ResourceManagerImpl/installCompiledResourceBundles() [E:\dev\4.0.0\framework s\projects\framework\src\mx\resources\ResourceManagerImpl.as:269]
    at mx.core::FlexModuleFactory/installCompiledResourceBundles() [E:\dev\4.0.0\frameworks\proje cts\framework\src\mx\core\FlexModuleFactory.as:610]
    at mx.core::FlexModuleFactory/docFrameHandler() [E:\dev\4.0.0\frameworks\projects\framework\s rc\mx\core\FlexModuleFactory.as:580]
    at mx.core::FlexModuleFactory/docFrameListener() [E:\dev\4.0.0\frameworks\projects\framework\ src\mx\core\FlexModuleFactory.as:126]

    Followed by:

    TypeError: Error #1007: instantiation attempted on a non-constructeur.
    at mx.controls::ProgressBar/createChildren() [E:\dev\4.0.0\frameworks\projects\framework\src\ mx\controls\ProgressBar.as:1110]
    at mx.core::UIComponent/initialize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
    to mx.core::UIComponent / http://www.Adobe.com/2006/Flex/MX/internal:childAdded ([E:\dev\4.0.0\frameworks\projects\ framework\src\mx\core\UIComponent.as:7142])
    at mx.core::UIComponent/addChildAt() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:6848]
    to spark.components::Group/addDisplayObjectToDisplayList() [E:\dev\4.0.0\frameworks\projects\ spark\src\spark\components\Group.as:1825]
    to spark.components::Group / http://www.Adobe.com/2006/Flex/MX/internal:elementAdded ([E:\dev\4.0.0\frameworks\project s\spark\src\spark\components\Group.as:1416])
    to spark.components::Group/setMXMLContent() [E:\dev\4.0.0\frameworks\projects\spark\src\spark \components\Group.as:512]
    to spark.components::Group/createChildren() [E:\dev\4.0.0\frameworks\projects\spark\src\spark \components\Group.as:734]
    at mx.core::UIComponent/initialize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\ UIComponent.as:7250]
    at components.conn::ConnectionDialog/initialize()

    Followed by:

    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at mx.controls::ProgressBar/measure() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cont rols\ProgressBar.as:1293]
    at mx.core::UIComponent/measureSizes() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\UIComponent.as:8042]
    at mx.core::UIComponent/validateSize() [E:\dev\4.0.0\frameworks\projects\framework\src\mx\cor e\UIComponent.as:7966]
    at mx.managers::LayoutManager/validateSize() [E:\dev\4.0.0\frameworks\projects\framework\src\ mx\managers\LayoutManager.as:617]
    at mx.managers::LayoutManager/doPhasedInstantiation() [E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:733]
    at mx.managers::LayoutManager/doPhasedInstantiationCallback() [E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]

    Hi Philippe!

    We encountered a problem which I think is similar - we used the spark components in the module, and if they have not been defined in the main application, it could not find there default skin.

    By adding the indicator-keep-all-type-selectors in the compilation of the main application, we managed to solve this problem in some of our applications.

    (obtained from this link: http://forums.adobe.com/message/2208483#2208483)

    But we STILL have an ERROR that it cannot find the default skin of the spark components in a module that is called by a module called by the main application.

    the flag-keep-all-type-selectors does not work in this case.

    Anyone have any other ideas?

  • Separate issue Count

    Hi all

    I have columns that are created in the admin.

    A = FILTER (count (distinct A_ID) in case ASSISTANCE when ABC > then cast ('P' as the CHARACTER (30)) else 0 end of cast ('0' as the CHARACTER (30)) = 'P') {5}
    B = count (distinct B_ID) {284}

    C = A / B * 100 {5/284 * 100}

    And when I use this calculation in answers I do not get the wright value which is 1.76. I'm 1.00.

    When I look in SQL that uses OBI calculation becomes good result 1.76. I think that this is happening because of COUNTY. How can I fix?

    Thank you all

    Hello

    Check what type of data, you have the columns in the source (A_ID, B_ID allowance) value? I found digital operations do not always give the precision when Im dealing with integers, you can try setting duplicate in the physical properties of the table and let us know if that helps?

  • Issue of County HTMLDB_APPLICATION

    I'm curious to know if anyone knows why I can use the HTMLDB_APPLICATION.g_f01.count as a variable for a loop and assignment, but I can't use it checking a condition or if(number > HTMLDB_APPLICATION.g_f01.count). I create a variable and assign the value to the County to the variable to check the conditions.

    You do this using the sql window in the APEX or using sql Developer /Toad? If you are NOT in the APEX at the time, the apex_application.g_f01 collection (1) there is no...

    SQL * Plus, then of course the g_f01 collection is not initialized. I thought that wouldn't matter because of the ORA-06553/PLS-221 thing, but:

    SQL> declare
      2    s varchar2(1);
      3  begin
      4    apex_application.g_f01(1) := 'X';
      5    select apex_application.g_f01(1) into s from dual;
      6  end;
      7  /
    
    PL/SQL procedure successfully completed.
    
    SQL> declare
      2    s varchar2(4000);
      3  begin
      4    select apex_application.g_notification into s from dual;
      5  end;
      6  /
    
    PL/SQL procedure successfully completed.
    
    SQL> declare
      2    n number;
      3  begin
      4    apex_application.g_f01(1) := 'X';
      5    select apex_application.g_f01.count into n from dual;
      6  end;
      7  /
      select apex_application.g_f01.count into n from dual;
             *
    ERROR at line 5:
    ORA-06550: line 5, column 10:
    PL/SQL: ORA-00904: "APEX_APPLICATION"."G_F01"."COUNT": invalid identifier
    ORA-06550: line 5, column 3:
    PL/SQL: SQL Statement ignored
    

    If I change my story ;-)...

    I don't think it is so important if we are in the APEX or not: it's just PL/SQL with buttons now seen on the first 2 queries. What is happening is that even if it is the case that SQL can not see the package variables, bogus of PL/SQL and provides an apex_application.g_f01 (1) and apex_application.g_notification as VARCHAR2s - scalar types that can be related in the request. However, apex_application.g_f01 is an associative array of type wwv_flow_global.vc_arr2, which is defined within a PL/SQL package. SQL does not include this type of collection: it can handle nested tables and different bays defined using DDL CREATE of TYPE. In the third SQL query is to see apex_application.g_f01 as an unknown collection type, where the ORA-00904.

    There are some subtle nuance of scope here. In the first query apex_application.g_f01 (1) is solved in PL/SQL scalar of VARCHAR2 and bound value in the query, which SQL is quite satisfied. In the third, apex_application.g_f01.count is NOT resolved in PL/SQL in a scalar number (directory?), which could be related - although the ultimate outcome of the count method - but the collection of apex_application.g_f01 as a whole is passed to the SQL engine where is unclear.

  • I can't download the new updates from 8 may 2012. I get the error code 641. In a separate issue I get Windows Installer errors.

    I'm running Vista window 6 service pack 2 32-bit.  None of the 8 steps for further research for this error worked.   I tried the regfix_vista.reg and the msiserver.reg proposed corrections and will continue to receive the error code 641.  I spent weeks and weeks on this and nothing works.  I want to give up.  Everyone knows the same problem?  I uninstalled the e/s from my list of software system mechanic who had been previously suggested as being the culprit for this problem...

    Perry

    System Mechanic is your troublemaker & you have lots of company! [1]

    See my colleague Maurice RESPONSE message in this thread: http://answers.microsoft.com/thread/d6fedf33-dc1b-451f-9aab-97429f916180

    If still no joy, contact System Mechanic (iolo.com) supported for assistance-, they are well aware of the problem posed their candidacy.

    TIP: If you think that more never your registry database needs to be cleaned, repaired, boosted, to the point, healed, twisted, fixed, magnified, "swept" or optimized (and even more to convince that it is not), read http://aumha.net/viewtopic.php?t=28099 and draw your own conclusions. See also http://blogs.technet.com/markrussinovich/archive/2005/10/02/registry-junk-a-windows-fact-of-life.aspx

  • Need help with CSS Fonts and AP Divs. (separate issues)

    Hi all

    I have two BIG problems that I just can't understand at all. No matter what I do, nothing works for eith er from these two very different problems.

    I am running Windows7 and using Dreamweaver MX and CS4 (cannot afford to upgrade).

    A problem

    Colors of the fonts, size and Styles. I ALWAYS end up resorting to MX to solve these problems. I need fonts of different colors for the various paragraphs, I also need to sizes and styles. But change always changes. I went in the CSS panel and tried to change it, but no luck. I tried the option "Compound (depending on your selection)", but not chance it. The problem is that CS4 CSS Forces on the reguardless of the user, if they need it or not. The only thing I need CSS for is Accordians, Flash, Drop menus, etc. But when it comes to simple, flat, HTML I have more control as I do in MX. I ALWAYS start a new project as a file HTML but CSS is automatically applied to the entire site.

    What Miss me?

    I need to remove MX, but not until I find this CSS problem.

    =========================

    Two problem

    It is nothing new to most here, I'm sure. The demand for Flash Pop Ups that convert a banner (Style Yahoo) has increased and demand has flooded my ears of the customers. The largest is UGAI. Who has site was created in MX in large part due to the above problem. Advertisers want flash ads full Page that are small and pop up when you fly over its advertising HTML normal or that fills a space and plays Flash runs and then uses their Flash banner to reveal the entire site again. And they are willing to pay BIG for this seemingly simple feature.

    How to make this work? Dreamweaver allows layers/overlays which I can apply transparent in Flash. Also known as a "Div. AP" but these layers keep jumping around. It's even worse when seen in different resolutions. I can get the overlays work perfect on MySpace 1.0 profiles, but not in Dreamweaver or manually via Notepad. And no matter if I'm in MX or CS4.

    PS: I spent MX to CS4 soon as CS4 came out. CSS has proved to be a pain, and now I have to learn CMS (Joomla) as well. All on my own.

    > _ <

    This is a CS4 site created still early in development.

    Thanks for any help,

    Richard

    Problem #1-

    Mylenium says, knowing how to use CSS to style your content is the basis for modern web design. Stop relying on old-fashioned, obsolete HTML style tags. that makes the code invalid, swollen and inflexible work later.

    Let's say you have 3 paragraph styles you want to use throughout your web site: red, green and blue - colours used here for demonstration purposes only.  Simply set the 3 paragraph styles in your external stylesheet and link your HTML pages to this physical file.

    CSS code:

    . Red p {}

    color: Red;

    make-weight: bold;

    }

    . Green p {}

    color: Green;

    make-weight: normal;

    }

    . Blue p {}

    color: Blue;

    make-weight: bold;

    }

    HTML:

    It's Red and "BOLD"

    It's blue and "BOLD"

    In the meantime, it's normal text with red textgreen textand Blue .

    How to link an external stylesheet to pages HTML in DW-

    http://ALT-Web.com/demos/DW-link-stylesheet.shtml

    Problem #2-

    You can do it quite easily with a window system modal JavaScript as Floatbox

    http://randomous.com/floatbox/demo

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web-design.blogspot.com/

  • Plug-in for error AWM OBIEE: lack of spread attribute for dimension\

    Hello

    As he tried to export a cube to OBIEE administrator using the AWM to OBIEE plugin we get the following error for a large number of dimensions.
    AWM version is 11.1.0.7.0B on a DB 11.1.0.7

    ERROR: Missing spread dimension DAY_FLG at the ALL_FLAGS level attribute
    ERROR: Missing spread DAY_FLG at level INDICATOR dimension attribute
    ERROR: Validation issues found for dimension DAY_FLG
    Dimension DAY_FLG will not result in UDML

    As suggested in other forums, I created an attribute long_desc and selected the option "level attribute created in views" for all the dimensions in the cube, still the error persists.

    Help, please.

    Kind regards
    Abhishek

    Published by: 866977 on June 20, 2011 03:30

    It turned out as three separate issues here.

    (1) there were attributes created by AWM fallacious in the DAY_FLG dimension as described above. I deleted these hand of the XML template and recreated the dimension.

    "(2) there was a dimension where ' create the level attribute columns in the view" had not been verified. I just checked it in AWM.

    (3) the OBIEE plug-in requires that you have a long and a short dimension for each dimension. (I don't know why). There was in some dimensions attributes named short_description, which have been marked as a USER. In this case, I simply set the attribute Type to be brief Description. In two dimensions, there is only one attribute of description, so I created new attributes with identical mappings to create the type of additional description.

    Once all of these changes have been made in the plugin OBIEE took place without problems.

  • iPhone 6 more issues of button "home" and turn off the questions

    I have two separate issues with my iPhone 6 more

    9.3.2 software (updated to try to solve this problem - question began before the software upgrade)

    My iPhone only more 6 works randomly.  I'm still able to make calls and use the phone, but the phone is constantly interrupted by these two questions.

    "Slide to turn off" or button 'Cancel' at the bottom

    (1) the phone asks me to "Slide to Power Off" - at the top of the button slide phone - with a cancel downstairs.  Slide and turn it back on does NOT resolve this problem.

    "Home" button is to take a screenshot of my current screen randomly.

    (2) when you press the button of my house, he takes a picture of my current screen instead of Act works as a home screen button.  This can happen 1 time or 10 times in a row before the home button functions correctly.

    Here is a screenshot of the camera to illustrate various photos taken.

    I did all the updates

    I did tap hard downs

    I backed up my phone and tried to reset to factory settings

    These are the questions randomly but are very common - a question of these two issues with caused during the use of the phone to navigate or "Slide to power off" appears randomly if the phone is not in use.

    Please help with any suggestions!

    Your sleep/wake button is pressed somehow. You have a form any case suitable for your phone that covers this button? If not, the sensor that presses the Sleep/Wake button against is missed ignition. As you even tried a factory restore, it may be clear that the problem occurs because of a case that is pressing the button somehow or the switch has gone bad.

  • No audio; possible driver issue. "There is no available mixer devices."

    I can not play sounds on my computer: no CD, no mp3s, not iTunes, no system sounds, nothing. When I try to open my sound engineer (Volume control), it gives me the following error message:

    "There is no mixer device. To install mixer devices, go to control panel, click Printers and other devices, and then click Add Hardware. This program will be closed. »

    I tried adding hardware, uninstall and re-install my drivers, check the physical connections and power cords, restart, and ensure all relevant in services.msc is set to automatic. Nothing did. Many devices (under audio, video and game controllers) device displays Manager works not properly: Audio Codecs, Legacy Audio Drivers... SoundMAX Integrated Digital Audio, etc. When I check the properties of these devices, it gives the following message appears in the status of the device (general tab):

    "A driver (service) for this device has been disabled.  Another driver can provide this functionality. (Code 32) »

    They are activated, the only problem seems to be one or more drivers. But the update does not resolve the problem and troubleshooting of Windows doesn't help.

    I worked with someone in the Bleeping Computer to remove malicious software, and we have identified a few days that my machine was clean. The tech who was helping me said the audio problem is a separate issue from malware, but I suspect that the malware could have damaged something or change my settings. I thought it might have been accidentally caused by my use of AutoRuns (a few hours before I noticed the sound problem and in the middle of the 9-day process to remove malware) to disable malicious programs which were auto-loading, but I can't find anything that looks related to the sound that is not set to automatic loading at startup.

    I noticed in AutoRuns, that the aeaudio.sys driver is set to auto-charge but it says "File not found" in the Path column. I checked the system32 folder and it wasn't there at the beginning, but then I found the file in two other folders and copied in system32, yet AutoRuns still says it is not found. I tried to reboot to see if that would refresh but he says always not found. Also, I can't see how a problem with a driver (aeaudio.sys) that filters background noise (during the recording of the sounds, right?) can knock out all my audio.

    I have studied this problem for days and that you can find no answer to the problem. Help, please.

    Data sheet:
    Windows XP SP3
    Dell Dimension 4600
    Card isn't his SoundMAX Integrated Digital Audio

    msecox,

    Bad news: the problem is hardware, not software. I tried to install a new sound card, but it turned out that the part of my motherboard that sound control has been fried. Also, you may want to replace the sound card before condemning the audio controller. If this fails, your best bet is to replace all of your PCs, because a new motherboard will cost almost $200 (in addition to work if you can not install it yourself).

    Good luck!

  • Error Code 5 on Inspiron 1501 Windows 7 Home Premium 64 bit WinPhlash more battery issue

    Hi all...

    I installed a FRESH install of Windows 7 Home Premium 64-bit on an Inspiron 1501 w / an AMD Turion64 Processor...

    I know that I have will have limited support of drivers (I think I have this issued... problem) but my current bios is 1.4.0 and I try to install the newest bios...

    When I run WinPhlash it starts... but then, I get the error:

    Cannot load the C:\Users\Inspiron1501\Downloads\drivers driver

    a16 downloads\2.6.3 bios\PHLASHNT. SYS

    Please check your accounts, if you have no administrator privileges,

    Please log in again!

    Access is denied.

    Error code: 5

    I have only ONE user on the laptop... and admin priv!

    Also... I'm having a battery issue... I was wondering if I missed a previous agreement on this issue...

    When I start the system... it shows my battery as being 0% and fill... but when I eject battery and reinstall, it shows then the battery is @ full load, and the battery holds its charge!

    THANK YOU ALL! ANY help would be great!

    JUST an info... It WAS a matter of having the 64-bit o/s installed...

    I installed the 32-bit system and managed to update bios!

    BUT the NEW bios do NOT take the battery problem! It is a separate issue, so I'll look elsewhere.

  • Separate guests for each report to a dashboard page

    Hi all

    Can you have different guests on the same page of dashboard for different reports on the same columns. For example, my dashboard page has 2 reports and I need

    Invites different on each report. Each report is based on 2 diff, SA1 and SA2 themes.

    I build separate guests on generic columns like name and period of the invoice to the customer which are present in the two areas.

    Both areas contain few shirts of presentation with the same name, i.e. the customer, contract, invoice, etc. If I take columns with the same names,

    for example, 'customer name' or 'contract ID' of these records, I observed that the guests are applied to the two reports.

    It remains the same even if I create separate presentation variables in reports. OBIEE allows this feature to have

    different guests on columns with same name.

    Thanks in advance

    Yada.

    This can be achieved using the Variable guests most frequently used guests from the column. There I created a variable and used presentation even in the filters in the analysis.

    Thank you!

  • How to re-import objects relational table on the RPD physical layer...

    I'm new to OBIEE. I don't know how to re-import tables relational database on the physical layer, each time that the base table of database structure changes.

    How to configure the connections ODBC or OCI of 10G / 11G on my computer so I can re-import objects on RPD on remote server.

    I would appreciate if you can give step by step instructions
    Thanks in advance.

    Hello-

    I don't mind not help with ODBC connections, but since this is a separate issue could you please close this issue as correct and display in a separate thread? This makes it easier for other users to get precise answers to their questions during the examination of the messages and keep separate questions.

    To end on a question, you can select the button "fix" on the wire next to the correct position.

    Thank you very much and see you on the other post!

    Kind regards
    Jason

  • With the help of Club running on the Nike watch +.

    Hello

    This is something I have tried to work for a while and have not yet been able to find an answer. At the moment I use Nike + management club on my iPhone to follow the tracks that I find that gps is better than just using the application of the workout on my watch. However, something that really bothers me is that I start the race on my phone, but I can't then view my stats while running without having to press on and tap the watch and wait for the application to load, very irritating to race. I want to be able to lift my wrist and live stats are there to watch me, not listening and not get my phone out of my pocket. Surely this is something that can make the original watch?

    As a separate issue with the new app, Nike +, it does not recognize the songs I downloaded on my phone of Apple music in my playlists, then I have to play the separatelay of music through the application of music as opposed to go with Nike +? The ides on how to fix or is this a known problem with the latest Nike + app?

    Hello

    You may find it useful to consult the support resources of Nike and/or contact Nike for assistance with the help of their application:

    More information:

    https://iTunes.Apple.com/us/app/Nike+-run-Club/id387771637?Mt=8

  • Why used my iphone 6 connect to itunes

    I don't think that this has nothing to do with my computer. I need to update my iPhone to iOS 9.3.3. but it will not update on its own and it doesn't connect to iTunes on my computer either. My phone says I have 0 bytes of storage on the left which is impossible because I deleted more than half the apps that I had to get more storage. I went from 1.9 MB of photos to 900MB. As I was deleting photos and apps my storage space is down and now says that I used all my storage but there is no since. I don't know what to do from here.

    Looks like two separate issues. Difficult to follow.

    If iTunes does not recognize your iPhone, iPad or iPod - Apple Support

    Try a forced reboot. Hold down the Home and Sleep/Wake buttons at the same time for about 15 seconds, until the Apple logo appears. You won't lose anything.

    If a force restart does not help, try a system restore. First save your device via iTunes. Also import your photos on your computer and copy all the data if possible. Reconstruction of the support first test and test. If this does not help, you may need to restore as a new and reconfigure from scratch as the backup may be damaged. It is important to have your photos and your saved data separately from the backup. Here are the steps for a restoration:

    https://support.Apple.com/en-us/HT201252

Maybe you are looking for