Text formula does not woek

Hi,
I want to use date reference and compare two cells. It does not work when a dynamic last empty cell reference needed. I tried this one
=IF(((TEXT(C6,MMMM/YY)))=((INDEX((TEXT(C6,MMMM/YY)):(TEXT(C45,MMMM/YY)),COUNTA(C6:C45)))),(" "),(INDEX(TEXT(C6,MMMM/YY)):(TEXT(C45,MMMM/YY)),COUNTA(C6:C45))))
This is the working formula   =IF((TEXT(C6,"MMMM/YY")=TEXT(C45,"MMMM/YY")),"",(TEXT(C45,"MMMM/YY")))
I want a dynamic reference for TEXT(C45,"MMMM/YY")) part from cell C6:C45 for last filled cell.
Please help.
Thaanks,

Hi drsantoshsinghrathore,
Thanks for posting in MSDN forum.
This forum is for developers discussing developing issues involve Excel application, since the issue more relative to end-user, I would like to move it
Excel IT Pro Discussions forum.
The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
Thanks for your understanding.
Regards & Fei
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.

Similar Messages

  • Text box does not display the date??

    I have a text box <input type="TEXT" name="invoiceDate" readonly></input>. I select the date using datepicker .The date gets displayed in the text box.Then i click on "Show" button which loads the same jsp page again.
    When the page is loaded the text box does not show the date.
    I try to save the date in the text box as
    <% String date1=request.getParameter("invoiceDate");
    <input type="hidden" name="date1" value="<%=date1 %>">
    <%>
    The value is saved in this hidden variable..
    Plz help me what to do next
    Thanks

    Its a hidden field and that's why it isnt displayed.
    Use
    <input type="text" name="date1" value="<%=date1 %>"> ram.

  • For Acrobat 9. TouchUp Text tool does not work.

    Acrobat 9. TouchUp text tool does not work --- even on documents created with my computer using installed fonts. Problem 2: when trying to export to Word 2010 there is no option for format .dox, only .doc which belonged to earlier versions of Word.

    Hi Begin,
    I have the same issue, I am not sure which version so I had on my old computer but when I got a new windows 7 64bit, and asked IT to install Adobe, my life turned upside down. now they asked if I need X or 9pro and I though 9pro is the latest and greatest.. they installed the standard first then could not edit then asked for the pro and could not edit ... now I search and maybe version X will edit but if the document is signed and we do need to do lots of editing after the signature then what is the solution??
    I hope the Guru in Adobe can help here soon please :-)!!
    Joseph

  • Go - Connect to Server does NOT work - The text entered does not appear to

    Two Macs with Mac OS X 10.5.2. Both migrated from Mac OS X 10.4.11. One Mactel and one PowerPC. I can see the former from the latter, but not the latter from the former:
    Go/Connect to Server
    gives this error all the time for all listed servers:
    The text entered does not appear to be a recognized URL format
    This does not help:
    Mac OS X 10.5: "The text entered does not appear to be a recognized URL format" alert when connecting to server
    http://docs.info.apple.com/article.html?artnum=307256
    Any idea how to fix it? Thanks.

    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, boot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    I'd do it on all of them.
    Then we can go on from there if you still have a problem, but with several queastions eliminated!

  • I have a manual that contains headings and index entries that contain less than and greater than characters, and . The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the C

    I have a manual that contains headings and index entries that contain less than and greater than characters, < and >. The Publish to Responsive HTML5 function escapes these correctly in the main body of the text but does not work correctly in either the Contents or the Index of the generated HTML. In the Contents the words are completely missing and in the index entries the '\' characters that are required in the markers remain in the entry but the leading less than symbol and the first character of the word is deleted; hence what should appear as <dataseries> appears as \ataseries\>. I believe this is a FMv12 bug. Has anyone else experienced this? Is the FM team aware and working on a fix. Any suggestions for a workaround?

    The Index issue is more complicated since in order to get the < and > into the index requires the entry itself to be escaped. So, in order to index '<x2settings>' you have to key '\<x2settings\>'. Looking at the generated index entry in the .js file we see '<key name=\"\\2settings\\&gt;\">. This is a bit of a mess and produces an index entry of '\2settings\>'. This ought to be '<key name=\"&amp;lt;x2settings&amp;gt;\" >'. I have tested this fix and it works - but the worst of it is that the first character of the index entry has been stripped out. Consequently I cannot fix this with a few global changes - and I have a lot of index entries of this type. I'm looking forward to a response to this since I cannot publish this document in its current state.  

  • Org.eclipse.core.runtime.CoreException: Text editor does not have a documen

    Hi all,
    strangely on most hprof-files while opening them as snapshot
    I get a org.eclipse.core.runtime.CoreException (see below the stack trace).
    This happens indipendently if launching MemoryAnalyzer as standalone (MemoryAnalyzer.sh)
    or within my Eclipse SDK platform (Version: 3.3.2).
    It seems to depend of the hprof-files itself, if the error raises or not.
    For example the HeapDumpSamples from the snapshots dir are not affect to this problem,
    maybe the size of the dumpfile is deterministic ? Any help or hint is welcome, thanks.
    org.eclipse.core.runtime.CoreException: Text editor does not have a document provider
         at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:3947)
         at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:190)
         at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1225)
         at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:168)
         at org.eclipse.ui.texteditor.AbstractTextEditor$19.run(AbstractTextEditor.java:3003)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)
         at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:758)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:755)
         at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2451)
         at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:3021)
         at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:3048)
         at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
         at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:263)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2739)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2651)
         at org.eclipse.ui.internal.WorkbenchPage.access$13(WorkbenchPage.java:2643)
         at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2595)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2590)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2574)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2557)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction$1.visit(OpenSnapshotAction.java:68)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshot$Visitor.go(OpenSnapshot.java:78)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:57)
         at com.sap.tools.memory.ui.core.actions.OpenSnapshotAction.run(OpenSnapshotAction.java:52)
         at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
         at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    Hi Guenther,
    I have a guess...
    The Memory Analyzer is implemented as an Eclipse editor. That means, Eclipse decides based on the extension what editor to open. We have registered the editor for the hprof extension.
    Sometimes, heap dumps end with the timestamp, like java_pid282.hprof.200804031745. If you use "Open Heap Dump" then we will try to rename the file. If you use "Open File", it will try to open the heap dump with the default editor as it doesn't know the 200804xxx extension. The default editor is the text editor and that will not work. So the work-around is renaming the file.
    Kind regards,
      - Andreas.

  • Text replacement does not work in Safari

    Text replacement does not work in Safari forms etc. Is it me or a bug?

    Interesting… I have eee set to auto-correct to an email address.
    if I type a few words and then add eee it works. But if I just enter eee in the email address of a form it does not.

  • Export to Text file does not page

    Since I applied SP 7 for Crystal 9, when I export a report to a text file it does not page and print the report header on each page. It prints the report header once and one lone continuous page of information. My report was export to text with a page header on each page before I applied the service pack. How do I get it to page in the text export and print the page header on each page?

    In 8.5 the default behavior of the export to text was to not paginate. With 9 you have a paginate option when you manually export data to text, however when processing in batch 
    Mary Vertz wrote:
    export in the background
    you had no such option and it simply defaulted to 60 even for those reports that were suppressing the page header. This causes those text files to have a new-page marker at the start of every 62nd line. This causes the data on that line to be moved 1 character to the right and caused many issue with 8.5 backwards compatibility as this functionality was used for flat file interfaces for instance with the bank for positive pay.
    In SP7 they addressed this issue and changed the default behavior to not paginate and enabled a parameter to be passed to control pagination during batch processing.
    If that
    database application
    is PeopleSoft, the parameter that needs to be added to the process request is  -LN<number of lines> ex. -LN60
    Also note that the CPI can be set via the command line as well. For PeopleSoft it's -CPI<numerical value> which defaults to 12 if it isn't specified.
    Unfortunately I do not have the SP7 release notes handy to provide more detail on these options.
    Thanks
    Drew

  • I'm in Lightroom 4 and trying to type text into individual slides and the text box does not let me

    In help Lightroom 4 tells me to go custom text pop-up in the slideshow module and choose a metadata option. All I want to do is add some text to some of the slides in my slide show. Since text and or caption options are not avaliabe I tried using the title option which brought up a text box that I could place on the screen but NOT type into, why not? what am I missing here? Also after editing the 490 photos I want to put them onto a DVD as an OTHG 2011 file to give to my backpacking group but Lightfoom does not explain how to create these DVDs. Thanks for your help. Hart 

    When you set that popup to 'Title', say, the slides will get a label that is filled in from the 'title' metadata, which you set for each photo in the Library Module.
    Try it.
    Hal

  • The text highlight icon in hotmail rich text toolbar does not display in firefox but does in IE

    if I open hotmail using firefox then I start composing an email message in hotmail the icon to highlight text does not appear in the rich text toolbar. it does appear when hotmail opened in internet explorer. it was working fine the other day

    Java is listed as enabled under Firefox Tools/Add-ons/PlugIns and the Java Test confirms the latest version is installed and working.
    Additional information. When I click on Grid it displays the solution but still with the lines of the grid missing.

  • Trying to OCR pdf, pdf says it can't perform bc it already contains renderable text-but does not.

    I work for a large agency, and we receive PDF's all the time. 98% of the time I am able to OCR a document with no issues. Just recently I have come across this issue several times, and was wondering if anyone can solve this irritating problem!
    *Acrobat 8.1 - When going to OCR the document, I receive the following message " Acrobat could not perform recognition (OCR) on this page because this page already contains renderable text. However, it does not. When you go to select text or search for anything the whole page is selected (like it's still in a "picture" format, not a document format that you can search, ect.)
    I am not sure if it is how the document is uploaded originally by the other party that causes this, but the only thing I can do as a work-around - is to print out the entire document, scan and then I can OCR the document just fine! The problem is, if the document is 400 pages or so, this can be a huge waste of time, and money just to be able to search the PDF.
    *I have also checked the pdf properties to see if this is some sort of permissions issue, and there are not permissions/security settings in place.*
    PLEASE HELP! Any assistance in this matter would save me a lot of time, and of course (my sanity!).
    Thank you in advance!

    While the alert speaks to "renderable text" that is a simplification. The issue is that you've PDF page content consisting of at least one renderable "character".
    Look at font families - you will observe that there are many characters that are not "text" characters (i.e., linguistic characters).
    So, there's a "renderable character" present. It may be an alpha numeric that has a font color the same as the page background. It may be under the image and thus not visible to the eye.
    You might be able to determine just what is present.
    You could export the page of interest to a text file then view that file.
    You could deplay the page of interest in Acrobat Pro then select the "Content panel" to view the content tree.
    Locate and click on the page number for the page of interest.
    From the Content panel's Options menu select "Highlight Content".
    Walk down the tree. Select the content containers in turn and observe what is highlighted on the PDF page.
    Where might the renderable character come from ? Typically that'd be associated with something in the work flow.
    Not always easy to find so don't take anything in the work flow for granted.
    Be well...

  • Text substitution does not work on all apps

    Text substituiton feature works fine in Mac Mail, but does not work in Microsoft Word, excel and others.
    How can I fix this?

    Word and Excel do not support the system level text substitution routines. These work only with native apps like Mail, TextEdit and so forth. Some third-party apps can also tap into them.
    The workaround is simple:
    Preferences>AutoCorrect
    Word will allow you to create any number of text substitutions. They won't, though, interact with native apps like Mail.
    Microsoft Outlook, being more of a native OS X app, does support the system level text functions.

  • E63: my text sender does not appear upon receiving...

    hi there, when i recieve a text message, it does not show the sender upon receiving the text message, only when i go into my inbox it shows who it is from. can anyone help as too showing the sender when the text is received instead of having to go into my inbox? thanks in advanced.

    Hi nicol1987
    You can have what you want by doing the following :
    menu --> tools --> Settings --> General --> Personalisation --> Standby mode --> Active standby mailbox --> change it to "inbox"
    I hope that works , and please let me know
    Phones I bought from 1st till now:
    3210 / 3310 / 3410 / 6310 / 6600 / 6020 / N72 / E51 / X2-00 / 5310 xpress Music / E90 Communicator
    If you like my post or it helped you, Give me Kodo

  • FOX Formula does not calculate ratio

    Dear guys,
    We are customizing the process for calculation of data which will be used for elimination of profit/loss in stock and revenue and expenses during consolidation of manufacturing companies group's financials.
    At the moment we're customizing a FOX Formula for calculation of share of revenue from (source) materials sold to other companies inside the group and used for production of other (target) materials and total revenue received for each of these source products.
    We use the following key figures and characteristics in the level:
    0CS_VERSION     Consolidation (End-Result) Version
    0CURKEY_GC     Currency Key for Group Currency
    0FISCPER3     Posting period
    0FISCVARNT     Fiscal year variant
    0FISCYEAR     Fiscal year
    0MOVE_TYPE     Movement Type
    MPZZFKOD     Source Material Consolidation Code
    PRODUCER     Company - Producer
    SL_TYPE          Sales Location Type: Export/Domestic
    TRG_COMP     Target Company
    ZZFKOD          Target Material Consolidation Code
    COGSGGC     COGS Gross GC
    SREVENGC     Revenue Statistical GC
    VS_SUPSH     VS Supplier Share
    MPZZFKOD ZZFKOD     TRG_COMP  COGSGGC    SREVENGC      VS_SUPSH
    2651     #      #           0             10.070.099     0,00000
    2651     2703      3           21.000              0                     0,00000
    2651     2704      3           19.116              0                     0,00000
    We need to calculate a ratio of COGSGGC for each ZZFKOD and total SREVENGC. (21.000/10.070.099 and 19.116/10.070.099).
    Below is a program code:
    DATA SUM_KF TYPE F.
    DATA SHARE  TYPE F.
    DATA FLAG   TYPE I.
    DATA KEYFIG TYPE F.
    DATA L_ENTRIES TYPE I.
    *DATA L_ZZFKOD TYPE  ZZFKOD.
    *L_ZZFKOD = VARV(TMCONSCD).
    *DATA L_MPZZFKOD TYPE MPZZFKOD.
    DO.
    IF FLAG > 1.
    EXIT.
    ENDIF.
    ENDDO.
    L_ENTRIES = VARC(VERSION).
    *SUM_KF = 0.
    *FOREACH L_MPZZFKOD.
    SUM_KF = SUM_KF +
    *{SREVENGC,'#','#'}.
    *ENDFOR.
    *SUM_KF = SUM_KF + {SREVENGC,'#','#'}.
    *FOREACH L_MPZZFKOD.
    SHARE = {COGSGGC,L_MPZZFKOD,'#'} / SUM_KF.
    {VS_SUPSH,L_MPZZFKOD,'#'} = SHARE.
    *ENDFOR.
    *SUM_KF = SUM_KF + {SREVENGC,'#'}.
    *FOREACH L_ZZFKOD.
    *SUM_KF = SUM_KF + {SREVENGC,L_ZZFKOD}.
    *ENDFOR.
    *DO.
    *IF FLAG > 1.
    *EXIT.
    *ENDIF.
    *ENDDO.
    *FOREACH L_ZZFKOD.
    *SHARE = {COGSGGC,L_ZZFKOD} / SUM_KF.
    *{VS_SUPSH,L_ZZFKOD} = SHARE.
    *ENDFOR.
    Could you help us to understand the reason the program does not work?
    Mila

    Mila,
    I see some issues with your logic:
    1. you are not using fiscal period at all but you declared it.  Is it in your field to be changed or just in your field for condition or package / filter?  Also version 0CS_VERSION?
    2. What is the purpose of Flag > 1?
    3. You are very confused in your looping logic...  You need to think more logically about what you want to do
    4. What is the 3rd items in your fields to be changed?  If you don't use it or change based on it in the FOX, remove it from fields to be changed.
    You want to process for each source material MPZZFKOD (I persume for each fiscal period) and within each source material MPZZFKOD, you want to loop through each target material ZZFKOD.
    Note: the items in the {} depends on the order of your to be changed characteristics
    Give this (or a similar version to this) a whirl.
    DATA SUM_KF TYPE F.
    DATA SHARE TYPE F.
    DATA L_MPZZFKOD TYPE MPZZFKOD.
    DATA L_ZZFKOD TYPE ZZFKOD.
    FOREACH L_MPZZFKOD.
      SUM_KF = {SREVENGC,L_MPZZFKOD,'#'}.
      FOREACH L_ZZFKOD.
         SHARE = {COGSGGC,L_MPZZFKOD,L_ZZFKOD} / SUM_KF.
         {VS_SUPSH,L_MPZZFKOD,L_ZZFKOD} = SHARE.
      ENDFOR.
    ENDFOR.
    You can even do without the share if you map it directly.
         {VS_SUPSH,L_MPZZFKOD,L_ZZFKOD}
                = {COGSGGC,L_MPZZFKOD,L_ZZFKOD} / SUM_KF.
    Hope this helps.  Sounds like you need to read up on some documents on FOX and/or practice with it.
    Mary

  • Automatic text comparison does not work from child to Master in CUA

    Hi,
    When trying to transfer role specifications to CUA master from our child system the application log is displaying as seen in slg1.png.
    On our master system we are running 7.31 SP7 which is fine according to Note 1642106.
    Our client system is 7.31 sp5 and there for we went to note 1141736 and installed note 1580217 as the other three notes is not compatible with our system.
    we have also implemented the switch "CUA_AUTO_TXTCMP_ROLE" with YES in table USR_CUST on both systems.
    The "error" does not go away and the "synchronization" does not seem to be activated between the systems.

    Hi,
    This is a list of many Routing Modems and routers
    http://portforward.com/routers.htm
    AS you will see the Netgear section is quite long.
    Of those that are Wireless most will be G type devices.
    I am not saying DO the Port Forwarding.
    If you click on your Model and then Dismiss the Advert in the next page > Then Choose iChat in the Next List you will be told the Default Access info
    Most likely this will be 192.168.0.1 and admin and password as the Default Info.
    Once in the Set up pages you need to Check the menu on the left for UPnP and make sure it is Enabled (No Need for Port Forwarding then).
    In the WAN Page you need to Disable DOS (Or SPI) and Allow Response to Internet Pings on the WAN port.
    The 4500 was a typo, sorry about that. Should have read 500kbps
    On Adding Buddies.
    Apple Names (@Mac.com and @me.com) and AIM ones need to be added to an AIM Buddy list.
    By that I mean one that Logs into AIM.
    If you have a @mac.com name then you should have selected the @mac.com option when choosing the Account type.
    See the Drop down item in the middle of this Start Up Screen
    From http://www.ralphjohns.co.uk/versions/ichatvers4/howtoStartiChat.html
    Similarly you need to chose the account type the Buddy is as well.
    More info with pics
    So adding the Apple Test accounts requires that you type the same info as the iChat Software adds the @mac.com when you chose to add an @mac.com Buddy
    Sample of middle Drop down in Add Buddy but set to @me.com instead
    If you have a Jabber ID (And GoogleMail names work as GoogleTalk IDs and they are Jabber as well) you can add Jabber Buddies as well.
    There is a way with some Jabber Servers to Add the ability to Text chat to MSN and Yahoo Buddies.
    7:51 PM Monday; May 11, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Maybe you are looking for

  • Can I get back to Factory New?

    Hi. New User to Mac and I've made a boo boo. I was trying to move things around on my Doc, and I accidently trashed my download folder...along with my Project Gallery Icon from Word for Mac that sat on the Doc. I got it out of the trash, but I can't

  • CcBPM  - what does meant "Create New Transaction" properties ?

    Hi XI expert, could you enligtheen me on what is the meaning of "Create new transaction" properties in step Send, Transformation in the ccBPM. When i need to tick this properties. ? Cheers Fernand

  • Anyone having problem with the new ios4.1??

    i'm having problem with my iphone 4!!!!!!!! cant call or text sometimes so i have to rebbot or turn airplane mode on and off!!!!

  • XE License

    Hi I downloaded and installed Oracle XE yesterday. Since this is a trial version could you tell me how much time I 've got? Also when the production release of XE is ready will it be still free (and possibly with no timeframe)? Thanks Stelios

  • Table for Profit center company code assignment

    Dear all, What is the table where we can see all company codes which are assigned to the concerned profit center? Can any of you help me on this? Thanks, Kumar