Skip to main content

Home/ BI-TAGS/ Group items tagged apps

Rss Feed Group items tagged

cezarovidiu

MicroStrategy Suite | MicroStrategy - 0 views

  • Free reporting software Now enhanced for mobile intelligence Perfect solution for departments Scalable as your needs expand For Windows, Unix, Linux, Solaris, HP-UX, and AIX operating systems and any data source, including Hadoop, SAP BW, Microsoft Analysis Services, Essbase, and IBM TM1.
  • Simple development and maintenance of Mobile apps and dashboards Powerful Visual Data Discovery capabilities Packed with robust analytics Free online support and training Perpetual license to use forever Quick Start Guide brings you from download through your first report
  •  
    "Free Mobile and Business Intelligence Software MicroStrategy's award-winning business intelligence software and mobile app development platform are now available in a convenient free software suite, designed for departments to start building and using mobile apps, dashboards, and reports quickly and easily... and at no charge."
cezarovidiu

Oracle Apps technical - 0 views

  •  
    "Oracle Apps technical"
cezarovidiu

What Skills Does an Oracle BI Developer Need in 2011? - 0 views

  • OBIEE 11g skills, both in terms of new functionality (mapping, analyses, KPIs and Scorecards etc) and new infrastructure (WebLogic, EM, OPSS etc) A smattering of Essbase skills, focused mainly on the integration with OBIEE and Essbase (and the many workarounds and gotchas) Good ODI skills, both in terms of the basics, but also being able to write knowledge modules, integrate with OBIEE, deployment and migration Solid database skills – OBIEE gave the illusion through aggregates etc that database tuning was redundant, but time has shown it’s by far the biggest success factor in a project – get the database design and optimisation wrong, and your project is toast. You need to know partitioning, materialized views, index types, and increasingly, you need to get yourself on an Exadata project as customers are buying the technology but you can’t teach it to yourself at home BI Apps skills, but watch out for everything changing when BI Apps 11g comes out, and be prepared to learn the Fusion Apps and JDeveloper if you want to stay in the game Looking to the future, keep an eye on technologies such as in-memory (TimesTen), mid-tier caching (Coherence), plus technologies such as Business Activity Monitoring (BAM), “big data” (Hadoop, large data sets, NoSQL), complex event processing and maybe products such as Qlikview, just in case Oracle buys them, or at least to know what the competition are up to, or more importantly pitching to your boss
  • The other thing to bear in mind of course, if you’re an Oracle BI developer, is that you need to have great business, communication and data modeling skills.
cezarovidiu

Odoo Apps - 0 views

cezarovidiu

Tech Leaders Microsoft, IBM, Oracle, NCR Roll Out New Retail Apps For Stores - 0 views

  • Leaders headed by Microsoft (NASDAQ MSFT), the world's biggest software company; Oracle (NASDAQ: ORCL), the No. 1 database developer, and International Business Machines Corp. (NYSE: IBM), the No. 2 computer maker, showed off new software and analysis tools to enable retailers to make more from the consumer dollar.
  • The company also said that using in-house software analysis permits retailers to forecast trends and have merchandise made quickly to capitalize on them. Its “birth of a trend” analytics has determined what it calls “steampunk,” or a science-fiction and fantasy mix based around gothic machinery and 19th-century geniuses like Jules Verne and H.G. Wells will be a big trend in 2013.
cezarovidiu

Inventory Aging Query Oracle Applications R12 - 0 views

    • cezarovidiu
       
      SELECT ev1.INVENTORY_ITEM_ID,   ev1.ITEM_CODE ITEM,   XXRG_HR_PKG.get_org_name(:ORG_ID) ORGANIZATION,   ev1.DESCRIPTION,   SUM(Buk11) buk11,   SUM(Buk21) buk21 ,   SUM(Buk31) buk31 ,   SUM(Buk41) buk41,   SUM(Buk51) buk51  FROM   (SELECT ev1.INVENTORY_ITEM_ID,     ITEM_CODE,     DESCRIPTION,     (     CASE       WHEN age BETWEEN :BUK1_DAYS_FROM AND :BUK1_DAYS_TO       THEN SUM(aqty)       ELSE NULL     END) Buk11,     (     CASE       WHEN age BETWEEN :BUK2_DAYS_FROM AND :BUK2_DAYS_TO       THEN SUM(aqty)       ELSE NULL     END) Buk21,     (     CASE       WHEN age BETWEEN :BUK3_DAYS_FROM AND :BUK3_DAYS_TO       THEN SUM(aqty)       ELSE NULL     END) Buk31,     (     CASE       WHEN age BETWEEN :BUK4_DAYS_FROM AND :BUK4_DAYS_TO       THEN SUM(aqty)       ELSE NULL     END) Buk41,     (     CASE       WHEN age >= :BUK5_DAYS_FROM       THEN SUM(aqty)       ELSE NULL     END) Buk51   FROM     (SELECT        ITEM_CODE,       DESCRIPTION,       TRANSACTION_DATE,       TRANSACTION_QUANTITY,       SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE)+ NVL(NQTY,0) BFF ,       (       CASE         WHEN TRANSACTION_QUANTITY > SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE)+ NVL(NQTY,0)         THEN SUM(TRANSACTION_QUANTITY) OVER(PARTITION BY INVENTORY_ITEM_ID ORDER BY TRANSACTION_ID,TRANSACTION_DATE)                       +NVL(NQTY,0)         ELSE TRANSACTION_QUANTITY       END) AQTY       --,TCOST       ,       NVL(fnd_conc_date.string_to_date(:TILL_DATE),SYSDATE)-fnd_conc_date.string_to_date(TRANSACTION_DATE) AGE,       inventory_item_id     FROM       (SELECT V1.TRANSACTION_ID,         V1.ITEM_CODE,         V1.DESCRIPTION,         TRUNC(         CASE           WHEN V1.TRANSACTION_TYPE_ID = 4
1 - 20 of 36 Next ›
Showing 20 items per page