A quick solution needed

I have two queries to ask
1. In OBI answers- pivot table
In the column section i have two columns Week and Week ago but they are placed one below the other na dthe data doesnt seems to diplay correctly
What is the way to place the columns horizontally one next to other?
2 within the same report in the measures section i want to add a blank row within the table to make the table look readable
is there anything that will ass a blank row in the measures section.
thanks

HI,
This is not a native feature of OBIEE, however with a little cleaver javascript, you can accomplish this.
1) Setup your pivot table as you normally would
2) Add a static text object to the bottom of your report
3) Enable HTML in the static text block
4) Paste the following code into your static text block
<script type="text/javascript">
var debug =0; // set debug variable
if (debug === 1) { document.write("Get all tables"+"<BR>");}
var tables = document.getElementsByTagName('table');
if (debug === 1) { document.write("Loop over the tables"+"<BR>");}
for(var table=0; table < tables.length; table++){
//if (debug === 1) { document.write("Check to see if we arrived at a pivot table"+"<BR>");}
if(tables\[table\].className != 'PTSectsTable' ){
//if (debug === 1) { document.write("We did not encounter a pivot table"+"<BR>");}
continue;//not the correct tag, keep looping
if (debug === 1) { document.write("Found a pivot table"+"<BR>");}
var tbody = tables\[table\].getElementsByTagName('tbody')\[0\];
if (debug === 1) { document.write("Grabbed the tbody code"+"<BR>");}
var trs = tbody.getElementsByTagName('tr');
var new_tr = document.createElement('tr');
if (debug === 1) { document.write("Created the new_tr variable"+"<BR>");}
while( trs.length > 0){
var new_td = document.createElement('td');
if (debug === 1) { document.write("Created a new TD element."+"<BR>");}
var new_table = document.createElement('table');
if (debug === 1) { document.write("Created a new table element."+"<BR>");}
var new_tbody = document.createElement('tbody');
if (debug === 1) { document.write("Created a new tbody element."+"<BR>");}
new_tbody.appendChild(trs\[0\]);
if (debug === 1) { document.write("Appended Section."+"<BR>");}
new_tbody.appendChild(trs\[0\]);
if (debug === 1) { document.write("Appended Data."+"<BR>");}
new_table.appendChild(new_tbody);
if (debug === 1) { document.write("Appended tbody to the table tag."+"<BR>");}
new_td.appendChild(new_table);
if (debug === 1) { document.write("Appended table to the TD tag."+"<BR>");}
new_tr.appendChild(new_td);
if (debug === 1) { document.write("Appended td to the overall TR tag."+"<BR>");}
//if (debug === 1) { document.write("Inspecting Node: "node"<BR>");}
//if (debug === 1) { document.write("TagName: "tbody.childNodes\[node\].tagName" with className: "tbody.childNodes\[node\].className"<BR>");}
tbody.appendChild(new_tr);
if (debug === 1) { document.write("Inserted the new_tr variable as the first child of tbody"+"<BR>");}
if (debug === 1) { document.write("Finished transposePivotTable"+"<BR>");}
</script>
5) Save and watch the javascript re-render your report horizontally instead of vertically
I've tested the code in Mozilla and IExplorer.
Best regards and if you found this post useful, please award points!
Award points it is useful.
Thanks!
Satya

Similar Messages

  • I just rented a film using my apple TV and was then asked to enter a code - which I haven't been asked for in long time. I have forgotten the code. Any quick solutions to the problem?

    I just rented a film using my apple TV and was then asked to enter a code - which I haven't been asked for in long time. I have forgotten the code. Any quick solutions to the problem?

    Hello anetsa
    It sounds like you have restrictions setup on your Apple TV. If you do not know your passcode to unlock it, then you will need to restore your Apple TV. Check out the articles below for more information about Restrictions as well as restoring your Apple TV.
    Apple TV: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT200198
    Apple TV (2nd and 3rd generation): Restoring your Apple TV
    http://support.apple.com/kb/HT4367
    Regards,
    -Norm G.

  • A quick solution for creating simple SWF animation.

    A quick solution for creating simple SWF animation.
    So you’re not an expert with Adobe flash and you need
    to create a simple animation or banner for a client. Remember that
    old school point and click animation program you found on the web a
    couple of years age. Create your animation with the old school
    program then convert the .gif file to a SWF file. It worked for me.

    ok?

  • I have a MacBook Pro 13.3 OS- MAC OS X LION.Whenever I am staring the computer, it says You need to restart your computer by pressing the power button.I did this number of times and everytime it freezes to the same screen.Solution needed urgently pls.

    I have a MacBook Pro 13.3 OS- MAC OS X LION.
    Whenever I am staring the computer, it says You need to restart your computer by pressing the power button.
    I did this number of times and everytime it freezes to the same screen.Solution needed urgently pls.
    Thank you for any help in this regard that comes fast.

    The details of the kernel-panic report is as follows-
    Interval Since Last Panic Report:  1458653 sec
    Panics Since Last Report:          6
    Anonymous UUID:                    70BA6A**************************************************
    Sun Sep 16 23:00:13 2012
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff8000290560, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000800028, CR3: 0x000000000a509005, CR4: 0x00000000001606e0
    RAX: 0x0000000000000001, RBX: 0x0000000000820000, RCX: 0xffffff801122dc40, RDX: 0x0000000000020501
    RSP: 0xffffff80ef3d3da0, RBP: 0xffffff80ef3d3dc0, RSI: 0x000000002b1d78b6, RDI: 0xffffff800342d280
    R8:  0xffffff80ef3d3f08, R9:  0xffffff80ef3d3ef8, R10: 0x000000010d901000, R11: 0x0000000000000206
    R12: 0xffffff800342d280, R13: 0x0000000000000000, R14: 0xffffff8011cd6500, R15: 0x0000000000800000
    RFL: 0x0000000000010206, RIP: 0xffffff8000290560, CS:  0x0000000000000008, SS:  0x0000000000000000
    CR2: 0x0000000000800028, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80ef3d3a50 : 0xffffff8000220792
    0xffffff80ef3d3ad0 : 0xffffff80002c4794
    0xffffff80ef3d3c80 : 0xffffff80002da55d
    0xffffff80ef3d3ca0 : 0xffffff8000290560
    0xffffff80ef3d3dc0 : 0xffffff800026c9c3
    0xffffff80ef3d3f40 : 0xffffff80002c3fbb
    0xffffff80ef3d3fb0 : 0xffffff80002da481
    BSD process name corresponding to current thread: fsck_hfs
    Mac OS version:
    11E2620
    Kernel version:
    Darwin Kernel Version 11.4.2: Wed May 30 20:13:51 PDT 2012; root:xnu-1699.31.2~1/RELEASE_X86_64
    Kernel UUID: 25EC645A-8793-3201-8D0A-23EA280EC755
    System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)
    System uptime in nanoseconds: 4850001132
    last loaded kext at 1796984176: com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.7f2 (addr 0xffffff7f80e16000, size 57344)
    loaded kexts:
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.7f2
    com.apple.driver.AppleUSBTCButtons    227.6
    com.apple.driver.AppleUSBTCKeyEventDriver    227.6
    com.apple.driver.AppleUSBTCKeyboard    227.6
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.4
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    560.7.21
    com.apple.driver.AppleSDXC    1.2.2
    com.apple.driver.AppleUSBHub    5.0.8
    com.apple.iokit.AppleBCM5701Ethernet    3.2.4b8
    com.apple.driver.AppleEFINVRAM    1.6.1
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    5.0.7
    com.apple.driver.AppleUSBXHCI    1.0.7
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.7
    com.apple.driver.AppleSMBIOS    1.9
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient    195.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.security.TMSafetyNet    8
    com.apple.driver.AppleIntelCPUPowerManagement    195.0.0
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.7f2
    com.apple.iokit.IOBluetoothFamily    4.0.7f2
    com.apple.driver.AppleFileSystemDriver    13
    com.apple.driver.AppleUSBMultitouch    230.5
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.4
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.4
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.5
    com.apple.iokit.IOUSBHIDDriver    5.0.0
    com.apple.driver.AppleUSBMergeNub    5.0.7
    com.apple.driver.AppleUSBComposite    5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.1
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.driver.AppleThunderboltNHI    1.6.0
    com.apple.iokit.IOThunderboltFamily    2.0.3
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.1
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOUSBUserClient    5.0.0
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    5.0.8
    com.apple.driver.AppleEFIRuntime    1.6.1
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    331.7
    com.apple.iokit.IOStorageFamily    1.7.2
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.7
    com.apple.iokit.IOACPIFamily    1.4

  • Solution needed for Blocked material problem

    Hi Guys,
    Scenario  :   There are two plants in a Location(Plant A & B) and a Customer.Now the Material is blocked  so that after the sales order the material will not be allowed to move from Plant A to B as well as the
    material will not be moved to the customer end.
    Solution needed :  I need to move the blocked material from Plant A to Plant B,But the material shouldn't be transferred  to  the customer end.
    How should I proceed for this problem?
    Regards
    Jino.

    hi,
    Theres a functionality in the material master...MRP view were u cld deifne theplant spcfc material status were u cld define the status and even u cld fnd it in Sales organisation data were u cld block for the particular functionality...
    PLS check that and define as per u r reqmnt.. and try
    Hope this helps u out
    Regards,
    sravanthi
    Edited by: Sravanthi683 on Jun 22, 2009 1:45 PM

  • Oracle UCM/IPM Issue - Urgent Solution needed

    Hi folks,
    Solution needed for the below problem in oracle IPM/UCM cluster .
    General Scenario :
    The document checked in Oracle UCM can be viewed through IPM Viewer only if the security group of the document is set to a IPM Profile .
    The IPM Profile is created in Oracle UCM Configuration Manager Component whenever a application is created in IPMServer .
    Issue in Clustering :
    IPMApplication created in host 1 is creating profile in UCM Component Manager of host 1 but not in UCM Host2 component manager (Vice Versa).
    This affects url generations of checked in documents through proxy since the IPM profile is not available in cluster.
    Scenario :
    IPM MetaData UCM Component Manager(Profile)
    Host1 Host2 Host1 Host2 Host1 Host2
    IPM_APP_1 Visible Visible Visible Visible Not Visible
    Visible IPM_APP_2 Visible Visible NotVisibe Visible

    hi
    Error Message is- "Invoiced quantity is greater than mother invoice quantity".
    this error means your Depot invoice quantity is high, please check your mother invoice quantity, its means branch invoice quantity , and depot invoice quantity , is deferent so , please check both invoice quantity ,
    and also check you migo,
    ME21N-VL10B-VL02N-VF01-J1IIN-MIGO-VA01-VL01N-J1IJ-VF01, in this process you can do J1IG , Its process
    me21n-vl10b-vl02n-vf01-j1iin-migo-j1ig-va01-vl01n-j1ij-vf01, this is process of depot sales, so please check this process

  • Quick help needed (putting text on a .mov)

    OK, I have never used this program before and I am looking for a quick solution:
    After importing a film in .mov format the text looks fuzzy and awful. The text is simply white on a black background. The whole film has been imported and shows up as one clip.
    Can I make a still picture in Photoshop with the text and put it on top of the part with the fuzzy text in iMovie? How would I go about that? Is there another way to put clean looking text over the old fuzzy one?
    Thanks in advance for any help!

    If the text track was created using QuickTime Pro and then converted to "video" the results will vary greatly and the quality will never be the same as the QuickTime version.
    QuickTime text tracks are vector graphics (scale without distortion) and they look clear, clean and crisp.
    But when you "convert" them to "video" they not only lose the vector graphics but get rendered with some ugly results.
    Many QuickTime users are not aware that text tracks can even be converted to "video" format.
    I started with a Karaoke style QuickTime file with MIDI instruments:
    http://homepage.mac.com/kkirkster/.Public/blackbird_text.qtl
    Then I converted it to "video" and added a varying color background to show the quality degradation:
    http://homepage.mac.com/kkirkster/.Public/blackbird.qtl
    The MIDI audio was also converted to AAC audio which balloons the file size from 9 KB's to nearly 4 MB's.
    Basic results?
    Don't convert text to video.
    Add text tracks after export from iMovie using QuickTime Pro if the files will be viewed on a computer or served from the Web:
    http://homepage.mac.com/kkirkster/Lemon_Trees/
    As an example.

  • After upgrading my i tuns i cant open says quick time needs to be 7.5.5 or more wth

    after upgrading my i tuns i cant open says quick time needs to be 7.5.5 or more wth

    Hello amyluvscarolyn
    Depending on what version of Mac OS X you are running, you may have a newer version. If you are needing QuickTime 7, then check out the article below for the correct links to download for your system.
    Installing QuickTime Player 7
    http://support.apple.com/kb/HT3678
    Regards,
    -Norm G.

  • Hi there. A common question but I can not get any of our iphone/touch/pad to be recognised as a device on itunes on a PC with XP. ANy quick solutions?

    Hi there. A common question but I can not get any of our iphone/touch/pad to be recognised as a device on itunes on a PC with XP. ANy quick solutions?

    jrburrows wrote:
    Ok, fair enough.  But since Job's death - Apple's control on leaks has been terrible.  I got the new iPhone, and I like it - but it hasn't made nearly as big as an impression as previous ones.  Because of the vast ammount of leaks.  With the iPad mini leaks, it's 99% sure to come out next week.
    Apple uses many manufacturers and it's massive also websites prefer to report on Apple whether true or false because it brings more hits.
    Amd by "others" I meant other people on iPads - not other devices/manufacturers.  It's possible to do so, I just want to know how.  I honestly don't think we'll ever be in a Post-PC era until all tablets allow us to use USB in the way computers do.
    No, USB is not the future, you missed the memo about cloud and wireless computing?

  • Calculation Problem help solution needed quickly

    I have created an adobe acrobat registration form in Adobe LiveCycle.  I've worked on this all day and needed to distribute today.  I can not find out what the problem with my code is.  I need a discerning eye right away if possible.  The calculated fields are on page two.  The right column TotTour, TotMDin, TotWDin & then TotDue
    Nikki

    Paul the problem was solved by someone else.  When I posted another post.  This is the answer I got, which worked.
    Nothing wrong with your code.
    Simply go to the Row1[0] and uncheck the "Repeat Row for Each Data Item" option
    Nikki

  • Need quick solution! QT Movie export from FCP not right, client breathing down neck...

    I am working on a project in FCP 6.0.6. The footage is ProRes, 1920 X 1080, and runs about 50 minutes. Some graphics but minimal. Plays back great in timeline. I export a QuickTime Movie (reference movie) but when I play it in Compressor, the video suddenly jumps ahead about five seconds at the 36:00 mark. The audio continues as normal, but now, of course, audio and video are five seconds out of synch. Made multiple attempts to export from FCP, but I keep getting the same result.
    I have a feeling this may be a QuickTime compatability issue, but I can't compress for Web or DVD until I figure this out. Not finding anything in discussions at Apple or Web.
    Other pertinents:
    24-inch iMac, 2.4 GHZ
    4 GB RAM
    OS 10.7.5
    Assistance appreciated.

    Thanks for your comment, Michael, but I actually solved the issue last night. Shane had asked earlier about whether I had any H.264 clips, and I did not. But last night I remembered that when I first created the sequence, I had dragged in an H.264 clip before I converted them all to ProRes. So I realized that although my clips were all ProRes, the sequence itself might still be set for H.264. Checked settings, and sure enough, compression was on H.264. Changed it to ProRes, re-rendered, and I'm rolling again. Thanks, Shane, for planting the seed on that one.

  • Update for CC 2014 not possible, i need a quick solution. I also cant import anything

    Creative Cloud update is not possible, i also can import only once in AE CC 2014.
    I`m on Mac Yosemite 10.10.2 the Cloud Manager also shows he cant finish the Update.

    Quit Creative Cloud desktop application .
    Step 1:
    1) Right click on Finder icon and  select "Go-To" Folder option.
    2) You will get a text box, type-in below command and then hit 'Return' key.( Do not miss ~ symbol)
    ~/library
    3)Then navigate to Application Support>Adobe.
    Open Adobe folder and rename AAMUpdater and AAMUpdater-old.
    Step 2:
    1) Right click on Finder icon and  select "Go-To" Folder option.
    2) You will get a text box, type-in below command and then hit 'Return' key.
    /library
    3)Then navigate to Application Support>Adobe.
    Open Adobe folder and rename AAMUpdater and AAMUpdater-old.
    Then launch Creative Cloud application and check.
    Let me know whether it gives blue update button  for After Effects CC 2014 ?

  • Windows 8 Quick Solutions

    Windows 8 was released on October 26th for all to enjoy! Check out the below Frequently Asked Questions for more information and quick troubleshooting.
    1. I've just upgraded to Windows 8 but I'm having a few problems. What's going on?
    When upgrading to the latest system Microsoft has done their due diligence to ensure that most hardware components will be compatible; but with all of the thousands of variables out there, it's next to impossible to predict which configurations will have issues. Find your Computer Manufacturer on the list below and check for the latest Windows 8 updates to resolve most issues.
    HP Windows 8 Upgrade Information  -  HP's guide to making sure your Windows 8 goes smoothly. 
    HP Support & Drivers  -  Enter your model number to find the latest software and support for your upgrade to Windows 8.
    Dell Support  -  Enter your service tag number located generally on the top for desktops and on the bottom for laptops. If you can't locate it, don't sweat, just use the option to "Automatically detect my Service Tag for me" and Dell will attempt to get your information from there. 
    Acer Windows 8 Upgrade Offer  -  For Acer computers purchased between June 2nd 2012 & January 31st 2013.
    Acer  -  Use the list to determine if your model made before June 2nd 2012 requires various updates to get you up and running on Windows 8.
    Gateway Windows 8 Upgrade Offer  -  For Gateway computers purchased between June 2nd 2012 & January 31st 2013.
    Gateway  -  Use the list to determine if your model made before June 2nd 2012 requires various updates to get you up and running on Windows 8.
    eMachines Windows 8 Upgrade Offer  -  For eMachine computers purchased between June 2nd 2012 and January 31st 2013.
    eMachines  -  Use the list to determine if your model made before June 2nd 2012 requires various updates to get you up and running on Windows 8.
    Samsung  -  Follow this link and check for a compatible model in order to upgrade to Windows 8. If compatible, use the website for up to date drivers and software. 
    Sony  -  Scroll down and follow the instructions to see if your computer is supported for Windows 8. If compatible, use the website for up to date drivers and software. 
    Lenovo  -  Choose your product for available driver downloads for Windows 8. 
    Asus  -  Select either Notebooks & Eee PC's, All-in-one PC's, Tablets, or Desktops & EeeBox PC's. Use this list to determine if your model is compatible with Windows 8. 
    2. I've lost the internet after upgrading to Windows 8 using an AMD processor. How can I get my internet back up and running?
    Losing the internet is akin to losing the keys to your Porsche. You have all that power but can't go anywhere. The most common reason for this is missing the necessary drivers needed to run your Wired or Wireless Internet card. Follow the links above to check with your computer's manufacturer for the latest updates. They will be listed typically under Networking and labeled as "LAN" for wired connections and "WLAN" for wireless ones. 
    If after updating you still cannot access the internet, it's possible your card may not be supported. Check in with your local Best Buy to speak with a Geek Squad Agent about the best solution possible. 
    3. My screen got smaller after an upgrade to Windows 8 and I'm using an AMD video card. How can I fix it?
    The first step to getting back out that glorious visual real estate is to check for the latest updates on your video card. You can do so by following the links below.
    AMD Video Card Updates Windows 32 Bit
    AMD Video Card Updates Windows 64 Bit
    Not sure if your using a 32-Bit or 64-Bit system? Press the Windows Key (Between Ctrl & Alt at the bottom of your keyboard) and the R-Key (Between E & T) to bring up the run menu. Then type "MSinfo32.exe" without quotes and press enter. A new window will come up called System Information. Under System Type on the right you will see either on of the following:
    x86-based PC        (You have a 32-Bit version)
    x64-based PC        (You have a 64-Bit version)
    Updating the software should allow you to see more information on the screen. If it doesn't work, you will need to increase your screen resolution. You can do this by following these steps: 
    Press the Windows Key & R key at the same time. Then type "desk.cpl" without quotes and press enter. The Screen Resolution will show up. Navigate to the Resolution and move the slider all the way to the top from 800 x600 (You may have a different number at the bottom than 800 x 600). Once done, click Apply. DO NOT click Ok first for any reason. After a few seconds, your screen will adjust and ask you if it looks ok. If it does, click on yes. If it doesn't, move the slider to a lower position and press Apply again to repeat. 
    Once everything looks alright (and only then) press the ok button to save the changes. If it's still not looking right, contact Microsoft, the Manufacturer, or Geek Squad for additional troubleshooting. 
     4. When trying to upgrade or install Windows 8 I'm receiving an error code that states "HAL_INITIALIZATION_FAILED". What's going on?
    Don't panic, you're not reliving 2001: A Space Odyssey. The reason you are encountering this error is because one or more of your components inside the PC may not be compatible with Windows 8, so to prevent any possible harm Windows 8 is stopping the installation. Click here to download the Windows 8 Upgrade Assistant directly from Microsoft to check your computer to make sure it can be upgraded. 
    If the upgrade assistant informs you that you can't upgrade, there is an option that you can try to attempt to get past this. You will need to update your Motherboard's BIOS with the latest firmware. You can find the links to do so in the first section. If you don't know how to upgrade your BIOS, the best option is to have one of our Geek Squad Agents take a look at your system to see what can be done to get you upgraded.
     5. How can I take advantage of the Windows 8 upgrade offer for $14.99?
    If you purchased a computer between June 2nd 2012 & January 31st, 2012 you may be eligible to receive Windows 8 upgrade for $14.99. For more information, click on this link.
     6. I can't seem to find the control panel or the option to shut down. Where are these located?
    With the introduction of the new Windows Metro Desktop comes an easier way to access some of most commonly used features. The first thing you want to do is access the Charms bar. You can do this in one of two ways.
    With a mouse: Move your mouse to the top right corner of the screen, then move it down.
    With a Touchscreen: Swipe in from the right edge of the screen.
    Once there, you're given the options of Search, Share, Start, Devices, and Settings. Choose Settings and a new list consisting of Desktop, Control Panel, Personalization, PC Info, and Help will appear. You can access the control panel to effortlessly change around system settings. Also, underneath the PC info and Help, there's the Power button. From there, you can shut the computer off, put it to sleep, or set it to hibernate. 
    7. How do I navigate through all of my Windows 8 applications?
    With Windows 8 it's never been more simple to find any application or file. First, go to the Charms Bar (as outlined in section 7 above) and click on Search. Once there, you will see a listing in alphabetical order of all of your installed applications. Just click on any one of them to get them started. You can also use the Search by typing the name of what you are looking for, and Windows will attempt to instantly find it. 
     8. What can I do to make sure my application or hardware device will work with Windows 8?
    Most of your programs and hardware from Windows 7 will run just fine when installed on Windows 8. To check to see if you application or hardware is compatible, follow the link below and type in the program's or hardware's name to see if it should work after upgrading.
    Windows 8 Compatibility Checker
    For more information on Windows 8, check out our Visual Guide to Windows 8
    For additional resources, use the following links!
    Microsoft / Windows / Office
        -Windows 8 Compatibility Center (Microsoft)
        -Windows 8 32-Bit Updates
        -Windows 8 64-Bit Updates
        -Office 2003 Compatibility
        -How to restore Windows 7 after Windows 8 Upgrade
    Dell
        -Dell Computer Support for Windows 8 Upgrade
        -Dell-Installed Software Support for Windows 8
        -Windows 8 Compatibility with Dell Printers
    HP
        -HP Windows 8 Upgrade Information   
        -HP Support & Drivers    
        -Supported Printers for Windows 8
        -Scanners Supported in Windows 8
        -Scanners Not Supported in Windows 8
    Acer
        -Windows 8 Upgrade Offer & Supported Models List
        -Windows 8 Automated Upgrade Process for Acer PC's
        -Windows 8 Manual Upgrade Process for Acer PC's
        -Acer PC's that require BUIS, Video, AHCI, WLAN, and /or LAN Driver Updates to Support Windows 8
        -Acer PC's Driver Support Site
    Gateway
       -Windows 8 Upgrade Offer & Supported Models
       -Windows 8 Automated Upgrade Process for Gateway PC's
       -Windows 8 Manual Upgrade Process for Gateway PC's
       -Gateway PC's that require BUIS, Video, AHCI, WLAN, and /or LAN Driver Updates to Support Windows 8
       -Gateway PC's Driver Support Site
    eMachine
       -Windows 8 Upgrade Offer & Supported Models List
       -Windows 8 Automated Upgrade Process for Emachines PC's
       -Windows 8 Manual Upgrade Process for eMachines PC's
       -eMachines PCs that require BUIS, Video, AHCI, WLAN, and/or LAN Driver Updates to Support Windows 8
       -eMachines PC's Driver Support Site
    Samsung
       -Samsung PC Windows 8 Support
    Sony
       -Sony Windows 8 Support
    Lenovo
       -Lenovo Windows 8 Support
    Asus
       -Asus Windows 8 Support
    Intel
       -Intel Support on Intel products with Windows 8
    Netgear
       -Netgear Product Support for Windows 8
    More to come!
    Contact Kevin at [email protected] if there are problems on the webpage
    Agent Kevin|Retired Community Connector | Best Buy® Corporate
    While I'm a current employee of Best Buy, my views, opinions, and advice do not reflect those of Best Buy or its affiliates.

    Hi @Ray_831 
    Welcome to the HP Support Forums!
    I am happy to help you with your sound problems. It seems like the problem is localized to your internal speakers, as the output audio does work. It could be a problem with a physical connection, and I would like to send you the service and maintenance guide, but I will need the full product number to find the correct one for you.
    How Do I Find My Model Number or Product Number?
    From what you wrote it looks like you have already done most of the common fixes, but you can look at these, just in case something was missed.
    No Sound from Speakers (Windows 8)
    From Microsoft's support website:
    Automatically diagnose and fix Windows audio playback problems
    If none of those helped, then you can either post the model number so I can get you the maintenance manual, or you can try calling into the technical support line at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • No power problem. Solution needed urgently.

    I have a Compaq Presario F500. It has stopped taking a charge and I need to resolve urgently. The last couple of weeks the charger cable needed to be wiggled around to connect, I have checked the charger and all seems good there. I believe the problem lies with the DC jack on the laptop. Is this something that can be replaced easily? If so does anyone know what the part number is and the best place to source it. 
    Thanks
    D. 

    Try here but you will need the exact model. The 500 can be a 500 - 505 with letters after it like EU:
    http://www.laptopjacks.com/product1.php
    You will have to fill in your model and they will also replace the jack for you for $100 I think. A single jack if you want to do it yourself will be about $30.
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may click on the white star in the "Kudos" button for any helpful post to give that person a quick thanks. These feedback tools help keep our community active, so you receive better answers faster.

  • Solution Needed: Using VPN as a Jump off for multiple users to connect outbound to multiple 3rd party VPN

    I work for a healthcare consulting company, we have 50+ consultants that work remotely from their home.  We currently are cloud managed and for various reasons are looking for a solution to streamline our connection to our Clinics' personal VPNs.  Our Clinics' VPNs vary greatly in regards to vendor and type of connection. 
    What we want to do:
    Create a Jumpoff where all our consultants (simultaneously as well) can remote VPN into. From there be able to jump out to any of our Clinics' VPNs. 
    We need this because we have some consultants with foreign IPs and we also want to connect from Google Chromebooks which don't play nice with every type of our Clinics' VPNs.  So the our Jump Off Box will have all the needed connections for any type of VPNs our Clinics use. 
    This solution should connect to our Clinics' side from their default VPN settings - Just a regular VPN connection from us to them. 
    From what I have been told is that this was attempted in the past: 
    Consultants VPN'd to our cloud server - RDPd to a machine and then VPNd out to our clinics. However this locked down the VPN and only one consultant could jump out. 
    What Cisco Product would allow us to do so?
    How would this be set up? 
    Do we set up the Router to handle outbound connections?
    Any input would be greatly appreciated.  

    Hi Jay, there are a number of ways you can do this I can help you setup an initial recommendation on what products to get please send me an email at [email protected] hope to hear from you soon!

Maybe you are looking for