SUMPRODUCT in Hyperion Planning function?

Hi all

Anyone know if there is no function in essbase that can do the same job of "SUMPRODUCT" in excel? which returns the sum of the bays of corressponding?

For example, we have account 1 and account 2... and I'm writing a rule that says that (account1-> jan * Account2-> jan) +(account1->Feb * account2->Feb) +... etc.

In excel, it is simply done by the function named SUMPRODUCT... anyone was performing a similar function in hyperion?

Thank you.

One way to get @SUMRANGE to work over the years is using @XRANGE.

http://docs.Oracle.com/CD/E17236_01/EPM.1112/esb_tech_ref/XRange.html

I would like to get it to work with a SO great first statement, hardcode a little at first if necessary. Then slowly break down the statement and make it more sophisticated by using things like @SUMRANGE and @XRANGE.

-Jake

Tags: Business Intelligence

Similar Questions

  • Hyperion Planning and Smartview: build the function Description HS

    Hi all

    I am currently using Hyperion planning 11.1.2.2, I want to display in excel of the ad-hoc reports description of some members of the dimension through smartview.
    To this end, I used the feature to "build the function:
    I selected an empty cell and call the feature, a window appears with two parameters:

    1-connection: this field is filled in automatically (WSFN |) HP | PC | Planning | Plane1)
    2 - members list: I want to wire it manually ex: '#100 account '.

    I click on validate: the following message appears: selected connection does not support this new function.select connection.

    I would like to know what is meant by connection? What is the syntax of the connection string? could you please give an example?

    Thank you
    Best regards.
    Toufik

    Published by: user11081975 on May 12, 2013 12:55

    Hsdescription is not supported by connection of planning.

    You can use it with Essbase connection.

    Read http://docs.oracle.com/cd/E17236_01/epm.1112/sv_user/ch17s01s08s15.html

    He talks about what are connections shared and private.

    Concerning

    Celvin
    http://www.orahyplabs.com

  • Valid intersection is available in SEEP but not Hyperion Planning 11.1.2.4

    We want to use the new function valid Intersections in Hyperion Planning 11.1.2.4. Based on the simplified "Hyperion Planning 11.1.2.4 Interface Administrator's Guide" document, valid Intersections can be created using the simplified-> Console Interface. But we can't find the feature in the Console screen.

    Is there anyone know how to activate the function valid Intersections?

    Or

    This new feature is only available in SEEP?

    It is available in SEEP only at the present time, should be in the planning of all the times that 11.1.2.4.100 patch is released.

    See you soon

    John

  • Hyperion Planning calco - FIX and IF condition script.

    Gurus

    I'm new to Hyperion Planning and have a question:

    I'm writing the script of followgin and he looks up and as the listed error.

    SCRIPT:

    / * STARTCOMPONENT:SCRIPT * /.

    COPYMISSINGBLOCK OFF SET;

    DIFFICULTY ('AC_91100', 'AC_91380', 'AC_92105', 'AC_93100', 'AC_94105', 'AC_95100', 'AC_96100', 'BegBalance',

    ('Current Service level', 'FU_0', 'FN_00000', 'LO_000000', 'FD_100', 'FD_200' and ProposedYear,"Baseline",@Relative ("project", 0), @Relative("Total Entity", 0))

    ("AC_91100"

    IF ("Start Date"->"projected" is #MISSING AND 'End Date'-> 'projected' == #MISSING)

    DATACOPY 'Start Date'-> 'Budget' to 'Start Date '->' projected ';

    DATACOPY 'End Date'-> 'Budget' to 'end '->' Date projected. "

    ELSEIF ("Start Date"->"projected" == #MISSING AND 'End Date'-> 'projected'! = #MISSING)

    DATACOPY 'Start Date'-> 'Budget' to 'Start Date '->' projected ';

    ElSEIF ("Start Date"->"projected"! = #MISSING AND 'End Date'-> 'projected' is #MISSING)

    DATACOPY 'End Date'-> 'Budget' to 'end '->' Date projected. "

    )

    ENDFIX;

    / * ENDCOMPONENT * /.

    Error message when I validate the script:

    An error occurred while parsing the script.

    Please check the script between the column in the row: 9: 71 and column: C9: 78.

    Found token '#MISSING'- expected tokens: <EOF>,<DIGIT>,<LETTER>,"/*STARTCOMPONENT:SCRIPT*/","/*ENDCOMPONENT*/","/*STARTCOMPONENT:FORMULA*/","/*STARTRULE*/","/*ENDRULE*/","/*STARTTEMPLATE*/","/*ENDTEMPLATE*/","\"File\"","\"Binfile\"","\"DSN\"","DataExportLevel","LEVEL0","\"LEVEL0\"","INPUT","\"INPUT\"","DataExportDynamicCalc","DataExportNonExistingBlocks","ON","\"ON\"","OFF","\"OFF\"","HIGH","LOW","DEFAULT","ONLY","AFTER","SUMMARY","DETAIL","ERROR","WARNS","INFO","NONE","DEBUG","WARNING","DataExportDecimal","DataExportPrecision","DataExportColFormat","DataExportColHeader","DataExportDimHeader","DataExportRelationalFile","DataExportOverwriteFile","DataExportDryRun","@_false","@_true","NUMBER" , 'MEMBER', 'BOOLEAN', 'STRING', < COMMENT_CPP_STYLE >, < SPACE >, "/ * ',' ' * / ', '\n', < token of type 56 > '\"","\"","\n', < token of type 60, > '[[',']]', '\n', < token of type 64 >, < SUBST_VARIABLE >, < hfm_VARIABLE >, < MACRO >, < REAL_NUMBER >, < INTEGER_NUMBER >, ' Tot ', 'ALL',"\ 'ALL\' ", 'AND', 'TABLE', < CALC >, 'CCONV', 'CLEARBLOCK'" ,"CLEARDATA","DATACOPY","DATAEXPORT","DATAEXPORTCOND","DATAIMPORTBIN","DIM","DYNAMIC","ELSE","ELSEIF","ENDFIX","ENDEXCLUDE","ENDIF","ENDLOOP","EXCEPT","FOR","ENDFOR","FIX","EXCLUDE","IF","LOOP","MBR","NONINPUT","EMPTY","NOT","OR","REFERENCE_TO_PARAMETER","RUNJAVA","SET","TO","TOLOCALRATE","UPPER","VAR","DATAEXPORTOPTIONS","AGGMISSG","CACHE","CALCPARALLEL","CALCTASKDIMS","CCTRACKCALC","COPYMISSINGBLOCK","CLEARUPDATESTATUS","CREATENONMISSINGBLK","CREATEBLOCKONEQ","DATAIMPORTIGNORETIMESTAMP","EMPTYMEMBERSETS","FRMLBOTTOMUP","FRMLRTDYNAMIC","LOCKBLOCK","MSG","NOTICE","REVERSE","REMOTECALC","UPDATECALC","UPTOLOCAL","::","#MISSING","=","->",<EQOP>,<MULOP> , < MDXMbr >, < SHORTQUAL >, < ID >, < INTEGER >, < CHAR >, < RELOP >, '@Loopback', < FUNCTION > "(", ";", ",", "[","]", "{","}", "-",") ReplaceAll ',' ','. ',' + ',': = ','": ' "

    *****************************

    Let me know what mistake I am doing here. Any help is greatly appreciated. Thanks in advance.

    Thank you

    SR

    A few errors in this script:

    1 DATACOPY is not allowed inside the IF block. You can use the assignment ('=') instead of datacopy

    2 ENDIF is missing. You should have ENDIF before hook closing.

  • Hyperion Planning Webform: High level time entry

    I just wanted to confirm: if I use all the time dimension members in the columns of the shape (something like @IDesc (Yeartotal)), user will be able to enter data at the level of YearTotal. It is a standard functionality given by Hyperion Planning.

    Hello

    The last message is incorrect.

    You are right in your thinking. You can enter at the top level of periods. There is no obligation to have a target version for this. Only high level input on other dimensions requires a version of the target

    Thank you

    Anthony

  • Hyperion Planning TxtCase appear in OBIEE reports.

    Hello

    The requirement is corresponding Hyperion Planning entered in forms on OBIEE reports comments. I was able to retrieve details about the author, content of the note as well as the corresponding dimensions in considering the following tables:
    1.HSP_CELL_NOTE
    2.HSP_CELL_NOTE_ITEM
    3.HSP_OBJECT
    4.HSP_USER

    But I'm confused about the later approach that I take. How the Federation would be made with the Essbase cube in the OBIEE repository? How comments should be referenced to specific OBIEE reports corresponding to the Hyperion Planning Forms?

    I use Hyperion Planning 11.1.2.2 and OBIEE 11.1.1.6.

    Any help is appreciated.

    Thank you and best regards,
    Karamba.

    Published by: Karamba SJ on May 29, 2013 12:06 AM

    The problem has been resolved. For example. For comments, a notice must be created in the relational database where the records retrieved from the HSP_CELL_NOTE and HSP_CELL_NOTE_ITEM HSP_OBJECT, the Member of dimension alias names must be recovered form HSP_ALIAS or HSP_MEMBER in the view. Then using the lookup function in OBIEE, we can extract the value (comment) the relational database view looking upward with the names of members alias Essbase in the MDB layer. Thanks to Charles Philippe for orientation. Hope it helps others.

    Thank you and best regards,

    Karamba.

    Post edited by: DebaratiSJ

    It seems strange to own brand as a correct response, but just to make sure that the issue has been addressed and that the right answer is available.

  • Hyperion Planning 11.1.1.3 compatibility with IE9

    Hello

    We have the problem after using IE9 in the workspace:
    During the passage of the art to the basic mode, the left frame in the workspace (where the list of task items appear) just freezes, while elements frame and menu key remain functional.

    We have already tried using the compatibility view but still does not work.

    This is a person who uses the IE9 with 11.1.1.3 version? Do you know how can I solve this problem?

    Kind regards
    Rodrigo

    Check the basic system EMP here platform journal: http://www.oracle.com/technetwork/middleware/bi-foundation/oracle-hyperion-epm-system-certific-2-128342.xls

    It looks like IE9 is supported with 11.1.1.4.

    Rahul has a recommendation however: Hyperion Planning 11.1.1.3 IE9 compatibility

    Not sure if it works because the person who started the thread did not answer in return.

    See you soon,.
    Mehmet

  • Hyperion planning and Excel

    Can reproduce us the features of Hyperion planning of data forms using Excel with the locking function and Essbase sending?

    user4484703 wrote:
    Thanks John. But I've seen smart installed. Currently using Essbase 7 and Hyperion planning 3.5 versions.

    I just wanted to check if its possible to get rid of the planning and have the same functionality in Excel.

    Yes and no. You can replicate the main feature of the planning (re-recording of the numbers in a central database) with Essbase and the typical add-in. You can also duplicate the functionality of the forms created dynamically and the "point of view" or the selection of members with VBA coding. Other features of planning, such as to-do lists, supporting details and workflow are not as easily replicated in VBA.

    Tim Tow
    Applied OLAP, Inc.

  • Failed to initialize the Application example in Hyperion Planning

    Hello

    I'm new on Essbase and Hyperion EPM system 11.1.1.1.0 and I'm trying to test the functionality of planning. I have installed and configured the EPM system, and when I run the Diagnostics of the EPM system, everything is successful unless connecting to Essbase Studio Server (which is a separate issue from another thread).

    I'm working with the example of planning application included with the installation. I followed the instructions given here from the blog of John Goodwin, but I encounter an error when I try to initialize the sample application. I also tried creating the application through the workspace, which is documented here. I get the same error during initialization of the sample application.

    I get the error message said: "failed to initialize the sample Application. See the log for more details. "Where this journal of planning? I'm running on Tomcat.

    When I try to create the database, following the blog of John, through the Administration > manage the database > Create, I also am getting an error on step 18 of 21: [console] verification of member formulas. The error reads as follows:

    com.hyperion.planning.olap.HspVerifyOutlineException: check the plan failed with the following errors:
    Error [1200497] discovered in the formula of Member for "411100" members
    Error [1200497] discovered in the formula of Member for "412100" members
    Error [1200497] discovered in the formula of Member for members "412200."
    Error [1200497] discovered in the formula of Member for "451000" members
    Error [1200497] discovered in the formula of Member to Member "501111".
    Error [1200497] discovered in the formula of Member to Member "501112".
    Error [1200497] discovered in the formula of Member to Member '501130.
    Error [1200497] discovered in the formula of Member to Member "501240".
    Error [1200497] discovered in the formula of Member to Member "501250".
    Error [1200497] discovered in the formula of Member to Member '511200.
    Error [1200497] discovered in the formula of Member to Member '511300.
    Error [1200497] discovered in the formula of Member to Member '511400.
    Error [1200497] discovered in the formula of Member to Member "511500".
    Error [1200497] discovered in the formula of Member to Member "511600".
    Error [1200497] discovered in the formula of Member to Member '511700.
    Error [1200497] discovered in the formula of Member to Member '511800.

    What should I do to get this application example upwards and running so I can see what he does?
    How to initialize the sample application?
    Why can't create a database correctly (without the above error), so I can then load data into the database of the Consol via the Essbase Administration Services Console? Currently, the outline in environmental assessments do not check (it gives me the same list of members of the above error messages), and so I can't load the sampleapp_data into the database. If someone saw, please help. Thank you.

    -Scott

    Hello

    If you remove the application, back, restart schedule, create the sample application again and initialize you should be fine, then you can return the clock to its normal state.

    You always make the changes on the side planning and when you refresh these changes will be pushed to essbase (which you can see with EAS).

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • How can I customize the Hyperion, planning of work flow?

    As the title, is there any body can tell me about the hyperion planning workflow customizing?

    Nothing on this topic is welcome.

    Thank you

    Concerning

    Wu Xiaolei

    Published by: piero wu on January 8, 2009 06:31

    Unfortunately, you cannot change the dimensions that make up the 'planning unit '. (Scenario, entity, & Version)

    This improvement was repeatedly requested to Hyperion. I can only imagine that the content of the planning unit is very central to functioning internal Hyperion Planning and very difficult to change.

    This limitation has forced me to bring some unwanted design changes in the past. For example, I had to combine the dimensions as entity and Department (in one dimension called entity) so that I could get the Department in the workflow. It's about the only solution to your problem. Unfortunately, it can really mess up your dimensions.

    I wish there was a better solution.

    -Jake

  • Unable to copy link option hyperion planning in IE 11

    We are currently in Hyperion planning 11.1.2.4.003 version.

    When we open Hyperion planning application in IE 9, we are able to see the option copy the link in the tools, but when we opened the same application in IE 11 us is not able to copy the link, we are witnessing only option from the custom links.

    one faces this problem.

    Oracle has been able to reproduce the issue and filed a bug

    We were able to replicate - a bug was filed: Bug 22757371 - COPY LINK NOT VISIBLE IN IE 11 11.1.2.4.003.

  • Application settings for all users in Hyperion Planning

    Hi, I work in Hyperion Planning 11.1.2.3.500.17, is it possible to configure the application for all users settings in Hyperion Planning with the application owner user? I want that all users consider the alias of a members of the workflow.

    LCM exports using the user preferences located under Configuration, that generate an xml file, update the xml file and then import them into.

  • Hyperion Planning evaluation order of Dimensions

    Hi all

    Hope you all have a good day.

    I have a question about Hyperion Planning (version11.1.2.2.306) order of evaluation of the Dimension which is part of the following navigation:

    Administration > manage > Dimension > third tab

    What is the ideal way to set the order of evaluation?

    Currently, we have the Dimensions dense scattered dimensions first and then (higher number of members at least). What is the proper way to set the order of evaluation?

    Thanks in advance for the help.

    Concerning

    MSA

    Try to see the links given below. They will provide more understanding on the outline of adjustment and control

    http://www.keyperformanceideas.com/outline-tuning-modified-hourglass

    http://avkhyperion.blogspot.com/2013/04/optimization-in-essbase_5.html

    https://blogs.Perficient.com/Oracle/2014/06/17/Essbase-application-performance-tuning/

  • The database connection failed while creating DataSource in Hyperion planning.

    Hi all

    I installed it and configured Hyperion Planning 11.1.2.4 and also apply the planning Patch 20937926 (Hyperion Planning 11.1.2.4.002) successfully.  When I'm creating the Source of data for planning its getting failed with reason "the connection failed" here is the screenshot of the same thing.

    Database connection Failed -Error.PNG

    Here is what is is connected in the logfile (C:\Oracle\Middleware\user_projects\epmsystem5\diagnostics\logs\services\HyS9Planning_epmsystem5-DD)


    < 18 January 2016 5:56:53 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrJCEoFw00Fzzw0w00000pC00028j, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4. The request is the following: request URI:
    /HyperionPlanning/ADFAppWizard.jsp
    The request URL:
    http://agiph1epma.aagc.corp:19000/HyperionPlanning/ADFAppWizard.jsp
    (No query string)
    All header names:
    Accept, Accept-Language, Referer, User Agent, Content-Type, accept-encoding, host, Content-Length, connection, Cache-Control, Cookie, ECID-context, X-Forwarded-For, Proxy-Client-IP, X-WebLogic-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrJCEoFw00Fzzw0w00000pC00028j; kXjE0ZDLIPHMj8HUkLQSdVQRGSPOiUPQiNRB1KIH1GSSNPQUXISPiARSkG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Content-Length: 584
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000/workspace/cache/2016-01-18_02-40-31/bpmstatic/thirdparty/bindows/html/blank.html?X-ORACLE-BPMUI-CSRF=D94524A8AA7DC623860541EBDDA20EAFBD99F3126088E3B74518546FFD5A84CF2EFCFDDE8C389BD9ED9232B31164972ECEBD6AE33B625120F6FAD7E40E7D3C98
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Content-Type: application/x-www-formulaires-urlencoded
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:56:55 PM PST > < error > < oracle.jbo.uicli.mom.JUApplicationDefImpl > < BEA-000000 > < views. DataBindings.cpx and view. MemberSelectorDataBindings.cpx use the same usageId: view_MemberSelectorViewPageDef
    FIX: Use view_view_MemberSelectorViewPageDef as the usageId in sight. DataBindings.cpx >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 1.9.2 >
    < 18 January 2016 5:57:01 PM PST > < WARNING > < org.apache.myfaces.trinidadinternal.skin.SkinCSSDocumentHandler > < BEA-000000 > < not a rule @agent valid CSS property: max-version: 532 >


    < 18 January 2016 5:57:03 PM PST > < warning> < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lrjnIKFw00Fzzw0w00000pC00028m, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain
    Query string:
    _afrLoop = 514090508592 & _afrWindowMode = 0 & app = & _adf.ctrl - State = gsvzi1859_4
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lrjnIKFw00Fzzw0w00000pC00028m; kXjE0ZDLIPJNj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardMain? Application =
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >


    < 18 January 2016 5:57:11 pm PST > < WARNING > < oracle.adfinternal.view.faces.renderkit.rich.RegionRenderer > < ADF_FACES-60099 > < component in the region with the id: plnTmpl:awRgn found a page with several components of root fragment. More fragments of a root element may not display properly in a region and can have a negative impact on performance. It is recommended that you restructure the page fragment to have a single root element. >

    < 18 January 2016 5:57:13 PM PST > < WARNING > < oracle.dms.context > < DMS-57008 > < the execution context put in place at the beginning of the request, 00iY3lsg08ZFw00Fzzw0w00000pC00028q, 0:1, is not the execution context at the end of the request, the 00iY3lq9ghBFw00Fzzw0w00000pC00028U, the 0:1:4:3. The request is the following: request URI:
    / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    The request URL:
    Http://agiph1epma.aagc.corp:19000 / HyperionPlanning/faces/AppWizardTF/AppWizardMain
    Query string:
    _adf. CTRL-State = gsvzi1859_11 & Adf-Rich-Message = true & unique = 1453168633033 & oracle.adf.view.rich.STREAM = plnTmpl:awRgn:0:pc1:appTbl & javax.faces.ViewState =! hf4m74xtc
    All header names:
    Accept, Referer, Accept-Language, User-Agent, accept-encoding, host, Cookie, ECID-context, connection, Proxy-Client-IP, X-Forwarded-For, WebLogic-X-KeepAliveSecs, X-WebLogic-Force-JVMID
    Selected header values:
    ECID-background: 1.00iY3lsg08ZFw00Fzzw0w00000pC00028q; kXjE0ZDLIPGRj8HUkLQSdVQRGSPOiUPQiNRBaHRO_JVB1GSSNPQUXISPKMJB1GSSNPQUXISPDHPQiG
    Accept-Language: en-US
    Host: agiph1epma.aagc.corp:19000
    Accept-Encoding: gzip, deflate
    Referer: http://agiph1epma.AAGC.Corp:19000/HyperionPlanning/faces/AppWizardMain?_adf.CTRL-State=gsvzi1859_4
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; RV:11.0) as the Gecko
    Connection: Keep-Alive
    Accept: text/html, application/xhtml + xml, * / *.
    >

    Can someone help me how to solve this problem.

    Kind regards

    VJ

    If it is an Oracle database, you connect to so be, you must enable the custom URL and change the url to server connection: port: sid to the server: port / servicename

    Also you can get better Planning_WebApp.log that is located in the directory the plannning managed server logs the log information.

    See you soon

    John

  • Hyperion Planning 11.1.2.4 - quick installation

    People,

    I am doing a quick installation of 11.1.2.4. I got the URL below for Oracle installation guide. Just a small problem. I am unable to find 11g Release 2 database. Instead of this version can I use the personal edition available for download (12 c)?

    PS: I tried to download Oracle 11 g Release 2 directly from Oracle's Web site and tried to install it. He failed.

    Fast deployment of Oracle Hyperion Planning in Development Environments

    Kind regards

    For quick installation, you really need to stick to the version in the documentation as it installs and configures the database.

    Delivery of Oracle software, select Oracle database standard edition, then you can select Exit 12 c as alternative

    See you soon

    John

Maybe you are looking for

  • How to fix unresizeable maximized the window the addon

    I'm on Firefox Mac v42. I followed some instructions on resizing windows on El captain and now I have a window of the addon for "DownTheAll" which is maximized to full screen and has no control to resize it. I can move it, but just not resize. Uninst

  • I want to sort a file of text editing

    Use: Mac OS X El Captan (10.11.4) Office of the Registrar the County gave me the voter information on some 200 000 voters in our County.  The information is on two discs. One is in the form of text editing; the other is in CSV format.  Unfortunately,

  • How to convert an email account pop3 to a conversion of imap account on ipad without losing old E-mail running 9.3.2

    I am running iOS 9.3.2 on my iPad 9.7 Pro.  I would like to convert a POP3 server to an IMAP account without losing my old emails.  Any advice would be appreciated. Thank you

  • Bad video memory - Satellite 5200

    I have a scrambled on display problema Toshiba Satellite 5200. The adapter isNVIDIA GeForce4 460 Go, 64 MB, integratedRAMDAC. A test of Micro-Scope shows a badvideo memory. How to solve the problem(change the video, or only video memory cardor is it

  • BlackBerry MDS Tomcat

    Hello I'm developing an application using MIDlet MIDP 2.0 Server/blackberry.The application to communicate with a server throw Servlets (httpConnection) using the WiFi.I tested my application with the Simulator provided by Sun Java and it's ok.I want