Freeze Header Issue in BI4.1 SP2

Hi,
I have noticed that the freeze header doesn't work fine when in a report I have:
- section
- Outline active
- sections are collapsed
In that scenario the header of my table aren't freeze.
Someone else have noticed these behaviour?
Thanks,
Laura

Hi Laura,
Go through this video how Freeze header works in Webi 4.1
Freeze Header Rows or Columns: SAP BusinessObjects Web Intelligence 4.1 - YouTube
Web Intelligence 4.1: Freeze header rows or columns
http://webcache.googleusercontent.com/search?q=cache:itt9HuVru5sJ:www.sapimprovementfinder.com/public/index.php/note/exp…

Similar Messages

  • Freeze header row using over overflow container

    hi All,
    I have an issue with my header in the gridlayout element, we are using the overflowcontainer element.
    When there is a scroll bar and user scrolls, the header also scrolls, we want to just scroll the line items and the header should be frozen,
    any suggestion please ?

    Hi Friend,
    You can achieve your requirement by using xhtmlb overflow container.Check the below link.
    [link|Freeze header in BSP page which is using Grid Layout]
    With Regards,
    SHARMILA BRINDHA.M

  • Freezing header in a table

    Hi friends,
    How can I freeze header in a table? If not possible with a table, can I use any other web bean in OAF. Or can I use CSS or javascript or extending a TableBean.
    Need a solution as soon as possible.
    Thanks,
    Amar.

    Hi Amar,
    do you need something like "freezing the header and making the rows scrollable like yahoo mail"?
    If yes, then its not possible in OAFramework.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                   

  • Including both the Jquery script to calculate the total of calculated column and freeze header row

    Hi
    I managed to get this code from here,
    http://techtrainingnotes.blogspot.in/2013/03/freezing-title-row-of-sharepoint-2010.html done on the page 
    I also managed to get this code from here, http://www.sharepointed.com/2012/11/28/jquery-total-calculated-column-in-sharpoint-2010/ done on another page.
    However, I need this to be done on the same page. When I do this, I only get the freeze header thingy to be up and not the calculated column. Could something be blocking. 

    Hi,
    You take the code below for a try in your environment after modified it a bit to suit the structure of your page:
    <script type="text/javascript" src="../../SiteAssets/js/jquery-1.10.2.min.js"></script>
    <script type="text/javascript">
    // update the list after the page has loaded
    _spBodyOnLoadFunctionNames.push("TTNListScroll");
    function TTNListScroll()
    // Scrolling list code from TechTrainingNotes.blogspot.com
    // Edit the next line with your list's summary name
    var SummaryName = "List28_frozenheader ";
    var TTNmyTable;
    var TTNListDiv = document.createElement('div');
    var TTNHeadingDiv = document.createElement('div');
    var tables = document.getElementsByTagName("table");
    for (var i=0;i<tables.length;i++)
    if(tables[i].summary == SummaryName)
    TTNmyTable = tables[i];
    break;
    if(TTNmyTable == undefined)
    // // Table not found!
    // you may want to comment out the next line after testing
    alert("table '" + SummaryName + "' not found");
    return;
    // make a copy of the table for the heading area
    TTNHeadingDiv.appendChild(TTNmyTable.cloneNode(true));
    TTNHeadingDiv.id="TTNheading";
    TTNListDiv.appendChild(TTNmyTable.cloneNode(true));
    TTNListDiv.id="TTNlist";
    TTNListDiv.width="100%";
    // udpate the page
    var TTNnode = TTNmyTable.parentNode;
    TTNnode.replaceChild(TTNHeadingDiv, TTNmyTable);
    TTNnode.appendChild(TTNListDiv);
    // hide the heading row of the main list
    TTNListDiv.childNodes[0].rows[0].style.visibility='hidden';
    // make the DIV for the heading the same width as the main list
    TTNHeadingDiv.childNodes[0].style.width = TTNListDiv.childNodes[0].offsetWidth;
    getSum(3);
    //pass the column number to this function
    function getSum(col)
    var m = "$"; //change to "" for non-money format
    var arrayList = $("table.ms-listviewtable:first> tbody> tr:gt(0)").find(">td:eq("+col+")");
    var x = 0;
    var p1 = "";
    var p2 = "";
    $.each(arrayList, function(){
    //console.log('$(this).text(): '+$(this).text());
    x += Number($(this).text().replace(/\$|,|\)/g, "").replace(/\(/g,"-"));
    //console.log('x: '+x);
    //format for negative numbers
    if (x < 0)
    p1 = "(";
    p2 = ")";
    x = Math.abs(x);
    $('#diidSortcal').attr('visibility','visible');
    $('#diidSortcal').text($('#diidSortcal').text()+'(sum: '+x+')');
    function addCommas(nStr)
    //formats number
    nStr += '';
    x = nStr.split('.');
    x1 = x[0];
    x2 = x.length > 1 ? '.' + x[1] : '';
    var rgx = /(\d+)(\d{3})/;
    while (rgx.test(x1))
    x1 = x1.replace(rgx, '$1' + ',' + '$2');
    return x1 + x2;
    </script>
    <style type="text/css">
    #TTNheading
    height:28px;
    #TTNlist
    height:200px;
    overflow-y:scroll !important;
    overflow-x:auto
    </style>
    Then you might get something like this:
    Feel free to reply if there are still any questions.
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to freeze header of columns of BI report  in BW 3.5

    hi,
    I am using BW 3.5 and BEx Web Analyzer or BEx Excel Analyzer (please note this not WAD). I would like to freeze header of columns of BI report. I have seen 'Freeze pane' option of BEx Excel Analyzer but I had to use this option every time when I execute the report in order to acheive desired functionality. Instead I would like report should be dispalyed with freezed pane automatically (without human intervention).
    I have seen many posts related to this topic but didn't find solution.
    I would greatly appreciate your help and please let me know if this is the limiation of BW 3.5. Thanks and points will be assigned.

    In BEx use Excel menu option Tools->Macro->Visual Basic Editor. You will see the BEXonRefresh subroutine. You can program a call to freeze panes in this sub routine and save the workbook.
    Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
    End Sub
    This code is executed everytime the workbook is refreshed and will implement a Freeze panes like you do manually.
    You can record a macro and then look at the macro code to see how to code Freeze pane in VB.

  • Freezing, display issues, and now... wont start up in OSX

    Increasingly becoming an object i'd like to throw out the window, my mac book pro has now added a new trick to it's bag. originally, it was just doing silly things to the screen: when i scroll on web pages the page would move and some of the text would stay put, an issue resolved by clicking off said page, then back on to the page. then it took to freezing on me. then it took to freezing multiple times, sometimes before i could even log in on my user acct. once, it froze 5 times in a row. as if this werent annoying enough...
    the other day i decided to play a game on the windows side of my partitioned hard drive. the windows side runs amazingly: no freezing, no fragmentation, no issues at all! when i was done i shut down and restarted, expecting OSX to boot. i got the grey page, the cog/wheel thing, then... about 5 minutes later it just shut off. on it's own. i tried several times, no joy. i'm plugged in to a reliable power source, and yes, the plug IS plugged in. so none of that. idk what the problem is. but it's not working, and i need to write a paper. i'm currently on my windows side, and without any kind of word processing program i will find a hard time doing my homework...
    oh, also
    one time i started up in OSX, and instead of the cog, it was a globe. anyone seen that before? it only happened once.

    Do you have your install discs? If so, try booting up from your install disc and navigate to Disk Utility on the install disc. You should be able to see your OS X partition. Click on it and go to the First Aid tab. Repair both permissions and the disc until there is nothing left to repair. If you get errors you can't repair with Disk Utility, post back. Also check on the S.M.A.R.T. status at the bottom.
    It may be that your OS X partition has become corrupted. If you still can't boot up after repairing permissions and the disk, try a Safe Boot:
    http://support.apple.com/kb/HT1455?viewlocale=en_US
    http://support.apple.com/kb/HT1564?viewlocale=en_US
    The first article will tell you how to start up in Safe Mode. Note that it can take a long time to boot up this way. The second article will explain about Safe Boot and Safe Mode.
    If you have more questions, please post back.
    Good luck!

  • S_ALR_87012168 List Header Issue

    Dear Friends,
    I Am facing problem to resolve the issue as in the standard FI Report S_ALR_87012168 need to hide the list header because if I am executing the report for multiple customers than its displying the all customers in list header so while I am scheduling background job or printing than its printing all the customers in each page than the report data..
    Kindly suggest me how to hide the list header, is there any standard cutomizing or enhancement.
    Thanks,
    DTK

    Hiya
    Click on the Currency icon {Ctrl + Shift + F9} and select whatever currency you want it to be displayed on.
    It gets converted. Then when you hit the green arrow back, it will sk you whether you want to save the data, if you click yes it gets saved.
    Then everytime you execute this report, it will ask you, which layout you want to be displayed as the output - and you can select the one that you saved.  And it aint user specfic either. The pop up Qs comes up for all users.
    Rukshana

  • XML publisher report header issue

    Hi,
    I am facing a unique issue. The problem is : I have two groups: One is with Organization and other at employee level. For each organization I need to reset the page numbers. That I could achieve using @section. I need to put a page break for every employee. And the new employee name should go into the report header(should be repeating at all the pages of the report till the employee name for that org is not changing. Also the page number should not be reset at employee level). The report header is something like :
    Organization:
    Employee name:
    Date:
    For me the first employee name is repeating in all the pages. Please advice if anyone has worked on similar situation. I had posted this question in BI standard edition forum but have not received any reply. I guess I posted it in wrong forum..
    Thanks,
    Sid..

    Hi,
    Use the start:body syntax and move the header items into the main part of the document before the start:body tag. Put a page break before the end for each of your employee group.
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Macbook Pro (17-inch, mid-2010, i5, stock config) freezing -- Nvidia issue?

    Hi there--
    I have a fully stock-configured (no mods, no hard drive tweaks, etc.) Macbook Pro (17-inch, mid 2010, i5 model). It's only 3 months old. Running 10.6.4, everything updated and NO peripherals connected...
    Anyhow, I was working at Starbucks yesterday morning and the system froze for no reason. Was doing semi-heavy workload with Photoshop CS5 and iTunes going and Safari downloading. Mouse would freeze in-place, iTunes starts stuttering in a loop. I waited, but system remained "frozen" -- only thing I can do at this point is shutdown via the power button.
    I powered back up and system froze at the spinning progress indicator that you see on boot-up . I shutdown, powered back up... was able to work for about 10 minutes and same system freeze. I powered down for two hours, powered up, and same thing happened again.
    *I've documented these freeze ups via video.* See my Youtube playlist, and the videos titled "crash" here (videos are encoded at 720p -- so click option for more clarity):
    http://www.youtube.com/viewplaylist?p=38CDEF9C98B96BCE
    I've also screen capped the crash logs which make me think there is something wrong with the video components of this machine. A whole lotta "Nvidia" related language.
    *See screencaps here:*
    http://www.flickr.com/photos/hildie/sets/72157624689980753/
    Does anyone have experience analyzing crash logs, and can tell me what this might be about?
    Took it to Genius Bar (Apple Store @ Beverly Center, Los Angeles) early yesterday evening. They were nice, but didn't offer any clear theories other than they think there is something wrong when the system switches from the Intel on-board graphics to the Nvidia graphics. They took the system from me and said they would "check it out for a couple days" and get back to me.
    I'm frustrated because I run an extremely clean system (system has fresh OS install only a month ago), and not used to mysterious hardware issues hampering my workflow. Especially when I'm 90% done with updating my design portfolio and desperately need to get back to work!
    PS - I tried the latest EFI update, and the issue was still happening after the update.
    Thanks.
    [email protected]

    Your frustration is very understandable. It sounds like a hardware issue of some sort. The AHT does not test everything, so it will not necessarily find every possible hardware issue. Apple has a more sophisticated hardware test they can run, and often hardware issues may not show up until the machine is heated up. What they probably want to do is to try to reproduce the freeze and then run the test to see what is wrong.
    You can run the cleanest system possible, and still be beset by a hardware problem, which can only be solved by replacing the faulty parts. Here's hoping that the Apple guys can discover what is wrong and fix it for you.
    Hardware problems can be intermittent and hard to find. If they can't make it freeze and therefore don't find anything, then the next step would be to use it at the Apple Store until it freezes up and then give it to them to evaluate.
    Good luck!

  • Freezing and issues on STB Model QIP7216

    So I've had Verizon FIOS now almost a year. I'm on a QIP7216 STB running version 1.7.
    I've been experiencing problems in the following areas;
    • Recorded programs freeze upon play back. STB also seems to freeze momentarily hang until last command can process/complete itself.
    • These same programs (sometimes not all the time) can experience pixelazation
    • Multi-Room DVR playback on recorded programs also do the same. The recorded event seems to have been recorded with the freezing in the recorded session. Therefore any playback of that recorded item experiences the freezing.
    • Regular program playback intermittently experiences freezing (just watching TV sometimes I experience freezing)
    • Recorded programs (sometimes) are recorded in chunks where up to 4 events appear as the same recorded event. The program is chopped up and divided over several listings with random lengths. (this appears to be some sort of reset on the STB and it goes back into record mode once it resets)
    Background Story: All this occurred after I requested and placed an order for Verizon to move my STB HD DVR from one side of my house to another. At the time of the placed order request was made I was asked by service person on the phone if I wanted to experienced HBO/Cinimax for 3 months free. I said yes (That was where things went bad)
    Possible Solution and Resolution: Here is what I think happened based off what I've found in the Fourm and what I've troubleshoot myself. I found out when I had my STB's installed I had too high of a Coax Signal (Called SNR for you Verizon Techies) coming into the STB's (Common install issue!!!) Contractors who do the installs do not check for this. Typically FIOS Signal coming into house terminated with a very high signal strength, this signal is call SNR signal, If your SNR is too high you have to place attenuators on the end of your COAX before plugging into your STB. The signal strength must be approx -6db my STB's ranged from +18 to +8. I have 3 STB's in my house. After placing the Attenuators on the signal registered just under -1 almost -2. Second Possible Solution that seems to have resolved my problems: I noticed that once my HBO/Cinimax order went through I started to notice the Freezing began. I found in the Forum that this is caused by a problem where the STB holds on to old codes after the programming is upgraded. To fix this you need to call support Request the TECH perform a Soft INIT (Not a Hard INIT this will cause you to lose all your DVR Programs However, if they are crappy and messed up from Freezing you'll most likely have to erase them anyways) (Don't do the reset over the web, this Soft INIT is a different Init) The soft INIT will cause the codes to come back down to your STB and program your STB for the proper programming.

    Hello Internetkid ,
    For your possible solutions and resolution you are on the right track.  The issue I see with what you have done is putting the attenuators on the end of the coax.  With Fios, a lot of the features run on moca (multimedia over coax alliance).  The attenuators  at the end of the coax prevent the moca from flowing properly. To prevent this place the attenuators  on the feed or input going to the main splitter, or to each splitter that feed your stbs.  This will eliminate pixelation on vod, mrdvr.  Another option is to replace the main splitter with a splitter that has more db loss to it (ie: 6 or 8 prt splitter)  this will most likely eliminate the need for attenuators. 
    Frank
    Verizon Telecom
    Fiber Solution Center
    Notice: Content posted by Verizon employees is meant to be informational and does not supercede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or Plan.

  • IPod Nano freezing + Itunes issue

    My Ipod nano 6th gen was working fine since i bought it until today - today when i tried to play the Nano on shuffle it would simply freeze. I could hear the clicks but nothing would happen - it wouldn't play and i couldn't move to another function. i would have to reset the Ipod to get access again. Same thing would happen when i tried to find a song individually - i access a song, click it and then frozen. at the same time as this issue comes up now my itunes cant see my ipod. my computer can see it just fine, just not my itunes.
    any help is appreciated, thanks in advance.

    Resetting the Nano was a good first step to solving the problem, but you may need to go a step further.
    Open iTunes, and plug in the USB sync cable; leave it in. You'll see an option in the middle of the iTunes display that asks if you might want to restore the Nano. This will erase your playlists, but if you have them backed up with iTunes, that shouldn't be a problem. Let the Nano automatically enter your playlists and files; make sure the transfer is completely finished before detaching the cable.
    Everything should be back to normal. Let me know how the intervention went, so I can make sure it went well. And others with a similar problem can refer to the data as well.

  • Freeze/Battery issues after upgrade to iOS 8.0.2

    Since upgrading my 3rd Gen iPad WiFi to iOS 8.0.2 I have been experiencing freezes where nothing works. I can't open apps or do anything. If I hold the on/off button down eventually it comes back to life.  Second issue is battery life.  Last night I closed my smart cover and made sure the display was off.  Battery at the time was 62%. This morning I opened the iPad smart cover and the battery was down too 23%.  This has happened a number of time over the past week or so. I have Blue Tooth and Location Services off.
    Both of these issues are new after upgrading to iOS 8.0.2.  No problems whatsoever prior to that.
    Not sure if I'm putting this in the correct category or not.
    Is there a way to wipe the iPad clean and reinstall everything from scratch or is my iPad just shot?  Thanks in advance.

    Same sort of issues here on my ipad3. iOS 8 turned it from a nice slick device into a jerky, laggy pain. Tried all the reset options and it's still pretty crap.
    NIce one apple, I'm changing to a galaxy tab after you broke my iPad!

  • ContentType in HTTP Header issue while sending webservice request

    I have a client application deployed on weblogic10.3.4 which access a remote web application (on websphere5.1).
    The soap request fails because WebSphere5.1 does not accept double quote around utf-8 in ContentType header of HTTP.
    e.g:
    Content-Type: text/xml;charset=utf-8 is valid
    Content-Type: text/xml;charset="utf-8" is not valid
    This can be fixed on glassfish by upgrading metro library.
    But how can I fix this problems on weblogic server?
    I found weblogic8.1 doc which says this issue has been fixed (CR198996), but why does it still exist on 10.3.4?
    Any suggestions would be appreciate.

    Hi _MiRichter,
    Well Done!
    Thank you very much for sharing the solution to us.
    Best Regards,
    Amy Peng
    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.

  • Issues with Vista SP2

    I used Windows Update to download and install SP2. It got through, and restarted. I wasn't there to see what happened, but it initiated step 3, and then about 10-20 minutes later it told me that the install had failed and it was reverting changes. Then it rebooted by itself. Then it went back to Step 1; I didn't see anything else happen. Later, I only saw the login screen; I didn't see anythign else. When I logged in, it checked for more updates but gave me error 8007005. I also noticed that Aero was not available (Control Panel>Appearance and Personalization>Change Color Scheme). I tried installing drivers for the system again, but it told me there was a system reboot pending. I manually clicked the reboot button in the Start Menu; as far as I can tell it rebooted normally (as before, I wasn't there to see if anything was different). When I rebooted, Aero still wasn't available, and the driver installer package still told me that there was a reboot pending. That time, when I checked for updates, it was "Checking" for a very long time.
    Overall, it seemed that performance was greatly decreased; for about 10-15 minutes after both reboots, the system was very laggy I could hear the hard drive (it wasn't making any noises out of the ordinary, but I could tell that there was a lot of hard drive activity).
    Throughout, when I opened the Welcome Center and clicked on more info, I was told that Service Pack 2 was installed.
    Basically, my questions/concerns are: Is SP2 actually installed, or is it partially installed and having some [adverse] affect on the OS? Why is Aero not working? What's causing the performance lag? What should I do to fix the "Reboot pending" state?
    Side note: I used this to try to fix the Aero problem, but as far as I can tell, it just told me that a service was off. When I checked in Task Manager, there was no such Service; as far as I know, the Microsoft Automated Troubleshooting Service thing didn't do anything else.
    I'm running Windows Vista Ultimate 32/bit SP1 or SP2.
    My system is an Apple iMac (April 2008 model). I used Boot Camp to create a Windows partition; when it rebooted, it defaulted to mac; I manually rebooted the system and loaded Windows, where it continued the Service Pack install. I don't know if that "interruption" had any affect on the installation.
    Update: Update:
    A little prompt came up, and I clicked reboot. That fixed the "reboot pending" issue. When I rebooted, it displayed Installing Service Pack: Step 3 of 3. I left for a minute or two; when I came back, I was at the login screen. On each of the three times, a little dialog emerged saying:
    C:\Windows\system32\rundll32.exe (that's in the title bar)
    Windows cannot access the specified device, path, or file. You may not have the appropriate permissions to access the item.
    The only option is OK.
    This time I didn't notice the performance lag. I'm currently installing drivers; don't know if that'll help. I still don't know if SP2 is actually fully installed, or if its in some hybrid state.

    I've had trouble from time to time with the account desktop and as a result I now have at least three login accounts: one for installs and upgrades, a 2nd admin account, and 3rd is standard for day to day use.
    I also fortunately have a large 70 minutes of UPS runtime, and power did go (5 seconds but enough to kill system otherwise) during one of those long "do not shutoff while installing".
    I downloaded the update manually and ran it off my hard drive.
    Don't know if you can even install graphic drivers yourself, which kept me from buying and using an iMac for Windows.
    Windows Update: see what updates are installed, should show "Service Pack" and you can always uninstall Service Pack and reinstall. I had to uninstall SP2-RC before I could install SP2 final.
    Create Restore Points; uninstall graphic drives - you'll need to restart - and you may want to use Driver Sweeper - in SAFE MODE and where you can delete any ATI/Nvidia folder left behind - then install the graphic driver of your choice.

  • Freezing/Startup issue

    I've been dealing with this all weekend and wasted my whole weekend I guess. Here's the story:
    It all started when I updated iTunes. Never had a problem before that. I wouldn't have even updated it because I'm usually paranoid about updates anyway for this very ******* reason, go figure. I did it for some random girl who came up to me in school and asked if she could activate her iPhone on my computer. I'm always so nice and it always bites me in the *** big time and I always have to pay for it because no one else ever wants to ever take any ******* responsibility or even be polite.
    Anyway so I updated iTunes and my computer started freezing upon waking from sleep... totally freezing, nothing to do, had to hard restart each time. Then it started saying that I had to restart my computer when I restarted it instead of starting up... and then eventually one morning it just kept doing that and I couldn't get it to start at all.
    Took it to the Genius Bar, where a nice girl ran diagnostics and worked on it for about 45 minutes, inconclusively. She said "IF it's software, this, IF it's hardware, this." Great. Kernal issue was the most she could make out, due to what, she couldn't tell. Told me to go to TekServe.
    So to TekServe I went, he told me the same thing, told me I had to pay them some money to either fix the software problem by erasing my hard drive and reinstalling my OS, or pay them way more to send it out to fix the hardware (even more than the girl at Genius Bar said they'd do it for). Which is absolutely ridiculous, because I could do the former myself, I just needed to know WHAT the problem was. I asked him if there was or wasn't a way for him to be able to tell absolutely if the problem was with the hard- or software, so I don't just have to ******* guess and spend like $500. So he "found out" for me and had me wait a few minutes. Came back and said he tried some **** and it was definitely software. Definitely? DEFINITELY. Okay great.
    So I went home and did the erase and install myself.
    And later was very unhappy to find that I am still experiencing issues reawakening from sleep. Set the computer to not go to sleep when idle, just the display, which fixes the problem until I close my computer. That's it though. Still not happy.
    Also the COMPUTER wakes back up, it's the DISPLAY only that doesn't now, I didn't mention, since I did the erase and install. Or I'm not sure because when I try some keyboard shortcuts they don't seem to work, but the keyboard had lit back up and the fan is whirring, stuff like that. So who knows. I certainly don't.
    Just tried resetting the SMC too. I don't know if that WOULD make a difference after the erase and install, but I tried it anyway. Don't yet know if it helped. I still want to post this for advice just in case, rather sooner than later.
    Thank you very much, any tips you could give me will be extremely appreciated, obviously. I was yelling at all these people at like 2am when I realized they all ****** me over. I'm very upset.
    Thanks.
    http://discussions.apple.com/thread.jspa?threadID=1337981&start=135&tstart=0

    Resetting the SMC sounds like a pretty good idea. If the problem recurs, try booting in safe mode shift key down at startup).
    If you can reproduce the issue with a reset SMC, a freshly erased and installed drive, and no third-party software loaded, then it certainly is hardware or an OS bug, no matter what anybody told you.

Maybe you are looking for

  • Purchased music will no longer import to ipod

    hi, all: after downloading the latest ipod update about september 11 (i think), we have been unable to import music purchased from itunes into ipod. the music plays in itunes; itunes keeps telling us to update the ipod, but that has been updated with

  • Prompting for User name/Password after I close the document

    Hi guys, I have implemented FSDB repository. When I open a KM document and close it, I am prompted with the authentication window to enter username/password. When I enter correct username/password, it doesn't accept it. However when I close this auth

  • Spread the Love! Be our System Center TechNet Guru, this Valentine's

    TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return... We give you NOTORIETY, GLORY... and VIRTUAL MEDALS! That's not all, this love we have, together, it flows both ways my friend. Y

  • Store and sort large amounts of Strings

    Hi, everyone. I would be very grateful if someone could help me with the two questions I have. I am working on the program, which has to turn a billion of integers in words, sort them and find a certain character. My first question is how can I proce

  • Contatenate date field with Number in BEX

    Hi All, I have a wierd requirement. Please let me know if it is really possible. I have a key figure "#of people" and a characteristic "date" Is it possible to concatenate these 2 and form another key figure. Example: if <b>#of people</b> is: 1,045 a