• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1065 Logic courses in Bristol delivered Online

Psychology: Psychologist Training

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Psychology: Psychologist Training will provide you with the essential knowledge to shine in your professional career. Whether you want to develop skills for your next job or elevate your skills for your next promotion, this Psychology: Psychologist Training bundle will help you stay ahead of the pack. Throughout the Psychology: Psychologist Training programme, it stresses how to improve your competency as a person in your chosen field while also outlining essential career insights in the relevant job sector. Along with this Psychology: Psychologist Training course, you will get 10 premium courses, an original hardcopy, 11 PDF certificates (Main Course + Additional Courses) Student ID card as gifts. This Psychology: Psychologist Training Bundle Consists of the following Premium courses: Course 01: Psychology Advanced Training Course 02: Mental Health Laws and Awareness Course 03: Counselling and Psychotherapy Course 04: Child Psychology Course 05: Educational Psychology and Development Course 06: Emotional Intelligence and Human Behaviour Course 07: Anti Social Behaviour Course 08: Couples Therapy & Counselling Course 09: Art Therapy Course 10: Food and Mood: Improving Mental Health Through Diet and Nutrition Course 11: Positive Psychology Masterclass Enrol now in Psychology: Psychologist Training to advance your career, and use the premium study materials from Apex Learning. Certificate: PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Psychology: Psychologist Training expertise and essential knowledge, which will assist you in reaching your goal. Curriculum: Course 01: Psychology Advanced Training Intro By Prof. Paul - WHY This Course is SO Important To Your Life! Goals & Fundamentals Understanding HOW Feelings Work & How You Can USE This! 'The Imprint Period' - How You Were Created - How You Were Programmed The Amazing Truth About Values & Beliefs Do You Know The Difference Between Reality & Lies? Are You Sure? Personal Illusions That Are Holding You Back - Break Free! EGO - The Great Deceiver The Inner-Critic … How To WIN The INNER Battle Understanding Self-Image & Your Multiple Minds How To Defeat The PAST & The FUTURE Emotional Reasoning & Logic Systems - How To WIN! Understanding & Meeting Your Needs - The Hidden Secrets Understanding Motivation - The Ultimate Driving Force Defeat This Major Block …. And Free Your Mind! Discover 'The Source & Solution To All Your Problems' Agenda & Lies - How They impact Your Life Gambits - Games People Play Break Free From The Problems of 'Attachment' & 'The Sheep Mentality' 'The Dirty Secret Of Psychology' & How To Free Yourself! Tap Into The Power Of The Unconscious Mind How To Control Your Own Mind - And WHY Almost Nobody Does! Why FEAR Dominates Our Lives & How To Beat it! Final Thoughts, Tips & Suggestions To Radically Improve Your Life Please note: This course doesn't entitle you to practice as a professional in this specific field. Rather, this course will assist you in understanding the fundamentals so that you can improve your knowledge in the relevant field. CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Psychology: Psychologist Training bundle. Note: This is not a professional course. This course only covers theoretical knowledge about the topic. Requirements This Psychology: Psychologist Training course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Psychology Advanced Training) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Psychology: Psychologist Training
Delivered Online On Demand
£53

Python For Beginners Part 1

4.8(9)

By Skill Up

Dip yourself in the dynamic world of Python programming with our Python for Beginners Online Course. Master Python's key concepts, its syntax, data types, and much more.

Python For Beginners Part 1
Delivered Online On Demand6 hours 8 minutes
£25

Artificial Intelligence in Game Development- Tic Tac Toe AI

By Packt

Artificial intelligence & Javascript 2D Game Development - MinMax algorithm - "Computer vs You" Tic Tac Toe AI game

Artificial Intelligence in Game Development- Tic Tac Toe AI
Delivered Online On Demand9 hours 35 minutes
£101.99

Oracle 12c PL/SQL Fundamentals

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for individuals who are Application designers and database developers, database administrators and web server administrators. Overview Upon successful completion of this course, students will be able to work with Oracle database programming using the PL/SQL programming language. They will learn the syntax, structure and features of the language. In this course, students will learn the foundation for the programming series and the use of database-resident stored program units for Oracle 12c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL*Plus Setup Jdeveloper About Bind & Substitution Variables Using SQL Developer Using SQL*Plus Choosing a Database Programming Language What is Database Programming? PL?SQL Performance Advantages Integration wth Other Languages PL/SQL Language Fundamentals PL/SQL Program Structure LANGUAGE SYNTAX RULES EMBEDDING SQL WRITING READABLE CODE GENERATING DATABASE OUTPUT SQL*PLUS INPUT OF A PROGRAM BLOCK Declare Section About the Declare Section DECLARE PRIMITIVE TYPES DECLARATION OPTIONS NOT NULL CONSTANT DATA DICTIONARY INTEGRATION %TYPE DECLARE SIMPLE USER---DEFINED TYPES TYPE... TABLE TYPE... RECORD EXTENDED USER---DEFINED TYPES Begin Section About the Begin Section Manipulating Program Data Logic Control & Branching GOTO LOOP IF-THEN-ELSE CASE Exception Section ABOUT THE EXCEPTION SECTION ISOLATING THE SPECIFIC EXCEPTION PRAGMA EXCEPTION_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT &SELECT...INTO Beyond the Basics: Explicit Cursors ABOUT EXPLICIT CURSORS EXTENDED CURSOR TECHNIQUES FOR UPDATE OF Clause WHERE CURRENT OF Clause Using FOR?LOOP Cursors Beyond the Basics: Nested BlocksBeyond the Basics: Declared Subprograms USING DECLARED SUBPROGRAMS DECLARED PROCEDURE DECLARED FUNCTION Introducing Databse-Resident Program Units ABOUT DATABASE---RESIDENT PROGRAMS PHYSICAL STORAGE & EXECUTION TYPES OF STORED PROGRAM UNITS STORED PROGRAM UNIT ADVANTAGES MODULAR DESIGN PRINCIPLES Creating Stored Procedures & Functions STORED PROCEDURES & FUNCTIONS CREATE PROCEDURE / CREATE FUNCTION CREATING PROCEDURES & FUNCTIONS RAISE_SALARY() Procedure SALARY_VALID() Function THE PARAMETER SPECIFICATION DEFAULT Clause SYSTEM & OBJECT PRIVILEGES USING THE DEVELOPMENT TOOLS Executing Stored Procedures & Functions CALLING PROCEDURES & FUNCTIONS UNIT TESTING WITH EXECUTE ANONYMOUS BLOCK UNIT TESTING SPECIFYING A PARAMETER NOTATION SQL WORKSHEET UNIT TESTING CALLING FUNCTIONS FROM SQL Maintaining Stored Program Units RECOMPILING PROGRAMS Mass Recompilation Using UTL_RECOMP() DROPPING PROCEDURES & FUNCTIONS DROP PROCEDURE / FUNCTION DATA DICTIONARY METADATA Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies DEPENDENCY INTERNALS TRACKING DEPENDENCIES THE DEPENDENCY TRACKING UTILITY SQL DEVELOPER DEPENDENCY INFO DEPENDENCY STRATEGY CHECKLISTS Creating & Maintaining Packages ABOUT PACKAGES CREATING PACKAGES MAINTAINING PACKAGES PERFORMANCE CONSIDERATIONS Advanced Package Capabilities DEFINER & INVOKER RIGHTS WHITE LITS & ACCESSIBLE BY PERSISTENT GLOBAL OBJECTS DEFINING INITIALIZATION LOGIC OBJECT ORIENTATION SUPPORT Advanced Cursor Techniques USING CUSROS VARIABLES USING SYS_REFCURSOR USING CURSOR EXPRESSIONS Using System-Supplied Package DBMS_OUTPUT() UTL_FILE() FOPEN() EXAMPLE Database Trigger Concepts ABOUT DATABASE TRIGGERS DML EVENT TRIGGER SUB---TYPES DATABASE TRIGGER SCENARIO TRIGGER EXECUTION MECHANISMS TRIGGERS WITHIN SQL WORKSHEET Creating Database Triggers STATEMENT-LEVEL TRIGGERS Using RAISE_APPLICATION_ERROR() ROW---LEVEL TRIGGERS EXAMPLES OF TRIGGERS EMPLOYEE_SALARY_CHECK Example EMPLOYEE_JOURNAL Example BUDGET_EVENT Example INSTEAD OF TRIGGERS TRIGGERS WITHIN AN APPLICATION Maintaining Database Triggers CALL SYNTAX TRIGGER MAINTENANCE TASKS SHOW ERRORS TRIGGER DROP TRIGGER ALTER TRIGGER MULTIPLE TRIGGERS FOR A TABLE HANDLING MUTATING TABLE ISSUES Implementing System Event Triggers WHAT ARE SYSTEM EVENT TRIGGERS? DEFININGTHE SCOPE AVAILABLE SYSTEM EVENTS SYSTEM EVENT ATTRIBUTES Additional course details: Nexus Humans Oracle 12c PL/SQL Fundamentals training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Oracle 12c PL/SQL Fundamentals course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Oracle 12c PL/SQL Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Criminology - CPD Certified

4.9(27)

By Apex Learning

Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now Enter the fascinating world of criminal investigation and test your deductive skills to see if they would suffice in real-life incidents. This Criminology Complete Bundle brings together three fundamental areas of Policing (Profiling, Psychology, and Forensics) and trains you in their use. Along with this Criminology course, you will get 10 additional Career development courses, an original hardcopy certificate, a transcript, and a student ID card. What other courses are included with this Criminology Complete Bundle? Course 1: Criminology Complete Bundle Course 2: Criminal Intelligence Training Course 3: Certificate in Anti-Money Laundering (AML) Course 4: Paralegal Law and Skills Course 5: Security Management Advanced Diploma Course 6: Domestic Violence and Abuse Awareness - Level 2 Course 7: Financial Investigator Course 8: Network Security Level 2 Course 9: Decision-Making Course 10: Time Management Course 11: First Aid at Work With true crimes and 'armchair detection' being a popular pastime for many people, this innovative tutorial brings together different investigative techniques and explains their importance in the modern Justice System. You will be given opportunities to test and explore the theories in interactive exercises and see if a career in more law enforcement might be in your future. Learning Outcomes of Criminology Complete Bundle By the end of the course, learners will be able to: Demonstrate a good understanding of criminology, profiling and forensics. Understand the classification of crimes and different types of crime, such as violent crimes, assault, murder, etc. Understand the basics of social psychology Understand cognitive psychology and its applications Understand the victimology and criminal justice system in England and Wales Understand the basics of crime scenes and dealing with crimes. Learn about forensic science and the phases of profiling. Understand criminal psychology and the motives behind crimes. Learn about the Psychology of Atypical (Abnormal) Behaviour Master different research methods Explore the criminal and offender profiling science and logic and much more... So enrol now in this Criminology Bundle to advance your career! Course Curriculum of Criminology Bundle Criminology Complete Bundle Perspectives in Psychology Social Psychology Cognitive Psychology and Its Applications Child Development The Psychology of Atypical (Abnormal) Behaviour Research Methods Resource Materials Criminology Domestic Violence and Criminal Intelligence The detailed curriculum of the bundle is given in the resources section. How will I get my Certificate? After successfully completing the Criminology course, you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. CPD 110 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Criminology bundle. Requirements This Criminology course has been designed to be fully compatible with tablets and smartphones. Career path This Criminology Bundle is ideal for anyone who has an interest in learning about Criminology and wants to make a career in the relevant fields, which includes: Detectives. Crime Journalists. Crime Reporters. Lawyers. Psychologists and Counsellors. Certificates Certificate of completion Hard copy certificate - Included Hard copy certificate You will get the Hard Copy certificate for the title course (Criminology) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost. Certificate of completion Digital certificate - Included

Criminology - CPD Certified
Delivered Online On Demand
£39

Primavera P6 Professional Training Course

4.8(9)

By Skill Up

Gain the skills and credentials to kickstart a successful career and learn from the experts with this step-by-step

Primavera P6 Professional Training Course
Delivered Online On Demand1 hour 1 minutes
£25

Criminology Training

By Imperial Academy

Level 6 Diploma(FREE QLS Endorsed Certificate)| 11 CPD Courses+11 PDF Certificates| 145 CPD Points|CPD & CiQ Accredited

Criminology Training
Delivered Online On Demand
£129

PLC Programming Training Online - Logixpro Simulator

By Study Plex

Highlights of the Course Course Type: Online Learning Duration: 1 to 2 hours Tutor Support: Tutor support is included Customer Support: 24/7 customer support is available Quality Training: The course is designed by an industry expert Recognised Credential: Recognised and Valuable Certification Completion Certificate: Free Course Completion Certificate Included Instalment: 3 Installment Plan on checkout What you will learn from this course? Gain comprehensive knowledge about PLC programming Understand the core competencies and principles of PLC programming Explore the various areas of PLC programming Know how to apply the skills you acquired from this course in a real-life context Become a confident and expert PLC programmer PLC Programming Training Online - Logixpro Simulator Course Master the skills you need to propel your career forward in PLC programming. This course will equip you with the essential knowledge and skillset that will make you a confident PLC programmer and take your career to the next level. This comprehensive PLC programming training course is designed to help you surpass your professional goals. The skills and knowledge that you will gain through studying this PLC programming training course will help you get one step closer to your professional aspirations and develop your skills for a rewarding career. This comprehensive course will teach you the theory of effective PLC programming practice and equip you with the essential skills, confidence and competence to assist you in the PLC programming industry. You'll gain a solid understanding of the core competencies required to drive a successful career in PLC programming. This course is designed by industry experts, so you'll gain knowledge and skills based on the latest expertise and best practices. This extensive course is designed for PLC programmer or for people who are aspiring to specialise in PLC programming. Enrol in this PLC programming training course today and take the next step towards your personal and professional goals. Earn industry-recognised credentials to demonstrate your new skills and add extra value to your CV that will help you outshine other candidates. Who is this Course for? This comprehensive PLC programming training course is ideal for anyone wishing to boost their career profile or advance their career in this field by gaining a thorough understanding of the subject. Anyone willing to gain extensive knowledge on this PLC programming can also take this course. Whether you are a complete beginner or an aspiring professional, this course will provide you with the necessary skills and professional competence, and open your doors to a wide number of professions within your chosen sector. Entry Requirements This PLC programming training course has no academic prerequisites and is open to students from all academic disciplines. You will, however, need a laptop, desktop, tablet, or smartphone, as well as a reliable internet connection. Assessment This PLC programming training course assesses learners through multiple-choice questions (MCQs). Upon successful completion of the modules, learners must answer MCQs to complete the assessment procedure. Through the MCQs, it is measured how much a learner could grasp from each section. In the assessment pass mark is 60%. Advance Your Career This PLC programming training course will provide you with a fresh opportunity to enter the relevant job market and choose your desired career path. Additionally, you will be able to advance your career, increase your level of competition in your chosen field, and highlight these skills on your resume. Recognised Accreditation This course is accredited by continuing professional development (CPD). CPD UK is globally recognised by employers, professional organisations, and academic institutions, thus a certificate from CPD Certification Service creates value towards your professional goal and achievement. Course Curriculum Ladder Programming Using LogixPro Course Content 00:02:00 What is LogixPro 00:04:00 Overview on PLC 00:33:00 Important Symbols 00:05:00 Normally Opened, Normally Closed and Output Coils in Ladder Diagram 00:14:00 Start-Stop Circuit 00:16:00 Task 1 in Batch Simulator 00:11:00 Task 2 in Batch Simulator 00:11:00 Task 1 in Door Simulator 00:13:00 Scan Cycle and Markers 00:10:00 Task 3 in Batch Simulator Part 1 00:14:00 Task 3 in Batch Simulator Part 2 00:11:00 Task 4 in Batch Simulator Part 1 00:13:00 Task 4 In Batch Simulator Part 2 00:09:00 Latched and Unlatched Output in Ladder Diagram 00:06:00 Task 5 in Batch Simulator 00:15:00 Task 6 in Batch Simulator Part 1 00:13:00 Task 6 in Batch Simulator Part 2 00:12:00 Timers in PLC 00:12:00 Task 2 in I/O Simulator 00:07:00 Task 3 in I/O Simulator 00:09:00 Task 4 in I/O Simulator 00:08:00 Task 7 in Batch Simulator Part 1 00:26:00 Task 7 in Batch Simulator Part 2 00:06:00 Task 5 in I/O Simulator 00:14:00 Counters in PLC 00:04:00 Task 1 in Silo Simulator 00:23:00 Task 6 in I/O Simulator 00:08:00 Task 7 in I/O Simulator 00:08:00 Task 2 in Door Simulator 00:12:00 Task 8 in Batch Simulator Part 1 00:25:00 Task 8 in Batch Simulator Part 2 00:11:00 Obtain Your Certificate Order Your Certificate of Achievement 00:00:00 Get Your Insurance Now Get Your Insurance Now 00:00:00 Feedback Feedback 00:00:00

PLC Programming Training Online - Logixpro Simulator
Delivered Online On Demand
£19

Oracle 19c PL/SQL Fundamentals (TTOR12019)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for anyone needing to interface with an Oracle database such as end users, business analysts, application developers and database administrators / DBAs. Overview Working within in a hands-on learning environment, guided by our expert team, attendees will develop a practical approach to Oracle Database Technology. Throughout the course participants will explore: Using PL/SQL programming language for database applications and development incorporating PL/SQL modules within the application architecture from the initial design and planning phase The essentials of building executable PL/SQL program units Each of the major segments of a working program and how these interact with each other during program execution Important error or exception handling capabilities of the language. How database-resident program units can be used as part of the overall database application architecture Applying these new skills to the development of PL/SQL packages. Advanced database programming capabilities and benefits How database triggers can be used as part of an advanced database application design Oracle 19c PL/SQL Fundamentals is a three-day, hands-on course that introduces Oracle database programming using the PL/SQL programming language. Throughout the course students will explore the core syntax, structure and features of the language. This course will also lay the foundation for the entire Oracle PL/SQL programming series, allowing one to progress from introductory topics to advanced application design and programming and finally onto writing complex high-performance applications. The course also explores applying the newly learned skills to the development of database applications. Participants will learn how to use database-resident stored program units such as procedures, functions, packages and database triggers. Students will also learn about the latest features in Oracle 19c. Selection & Setup of the Database Interface Considering Available Tools Selecting the Appropriate Tool Oracle Net Database Connections Oracle PAAS Database Connections Setup SQL Developer Setup SQL *Plus Setup JDeveloper About BIND and Substitution Variables Using SQL Developer Using SQL *Plus Choosing a Database Programming Language What is Database Programming PL/SQL Programming PL/SQL Performance Advantages Integration with Other Languages PL/SQL Language Essentials PL/SQL Program Structure Language Syntax Rules Embedding SQL Writing Readable Code Generating Readable Code Generating Database Output SQL * Plus Input of Program Block DECLARE Section About the Declare Section Declare Primitive Types Declaration Options Not Null Constant Data Dictionary Integration % Type Declare Simple User-Defined Types Type ? Table Type ? Record Extended User Defined Types BEGIN Section About the Begin Section Manipulating Program Data Logic Control & Braching GOTO LOOP IF-THEN-ELSE CASE EXCEPTION Section About the Exception Section Isolating the Specific Exception Pragma Exception_INIT SQLCODE &SQLERRM Example SQL%ROWCOUNT & Select ? Into Beyond the Basics : Explicit Cursors About Explicit Cursors Extend Cursor Techniques For Update of Clause Where Current of Clause Using for ? Loop Cursors Introduction Database Resident Programming Units About Database ? Resident Programs Physical Storage & Execution Types of Stored Program Units Stored Program Unit Advantages Modular Design Principles Creating Stored Procedures and Functions Stored Procedures & Functions Create Procedure / Create Function Creating Procedures & Functions Raise_Salary() Procedure Salary_Valid() function The Parameter Specification Default Clause System & Object Privileges Using the Development Tools Executing Stored Procedures and Functions Calling Procedures & Functions Unit Testing with Execute Anonymous Block Unit Testing Specifying a Parameter Notation SQL Worksheet Unit Testing Calling Functions from SQL Maintaining Stored Programming Units Recompiling Programs Mass Recompilation Using UTL_RECOMP() Dropping Procedures & Functions Drop Procedures & Functions Drop Procedure / Function Data Dictionary Metadata Using USER_OBJECTS Using USER_SOURCE Using USER_ERRORS Using USER_OBJECT_SIZE Using USER_DEPENDENCIES Managing Dependencies Dependency Internals Tracking Dependencies The Dependency Tracking Utility SQL Developer Dependency Info Dependency Strategy Checklists Creating & Maintaining About Packages Creating Packages Maintaining Packages Performance Considerations Advanced Package Capabilities Definer & Invoker Rights White Lists & Accessible By Persistent Global Objects Defining Initilization Logic Object Orientation Support Advanced Cursor Techniques Using Cursor Variables Using SYS_REFCURSOR Using Cursor Expressions Using System Supplied Packages DBMS_OUTPUT() UTL_FILE() FOPEN() Example Database Trigger Concepts About Database Triggers DML Event Trigger Sub-Types Database Trigger Scenario Trigger Exhaustion Mechanisms Trigger within SQL Worksheet Creating Database Triggers Statement Level Triggers Using Raise Application_Error() Row-Level Triggers Examples of Triggers Employee_Salary_Check Example Employee_Journal Example Budget_Event Example Instead of Triggers Triggers within and Application Maintaining Database Triggers Call Syntax Trigger Maintenance Tasks Show Errors Trigger Drop Trigger Alter Trigger Multiple Triggers for a Table Handling Mutating Table Issues Implementing System Event Triggers What are System Event Triggers Defining the Scope Available System Events System Event Attributes

Oracle 19c PL/SQL Fundamentals (TTOR12019)
Delivered OnlineFlexible Dates
Price on Enquiry

BOW320 SAP BusinessObjects Web Intelligence - Advanced Report Design

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for The primary audience for this course are Application Consultants, Business Analysts, and Business Process Owner/Team Lead/Power Users. Overview Create complex Web Intelligence documents using advanced query and reporting techniques, including:Combined queries and sub-queriesCharacter and date string functionsVariables and calculation contextsLink documents using hyperlinks In this course, students will gain the comprehensive skills and in-depth knowledge needed to apply alternative query and reporting techniques when creating complex Web Intelligence documents. Web Intelligence Core Report Design Reviewing Core Report Design Concepts Comparing the Differences between Java Report Panel (JRP) and WebI Rich Client (WRC) Multiple Data Sources Synchronizing Data from Multiple Data Sources Creating Multiple Queries in a Document Synchronizing Data with Merged Dimensions Interacting with Other Data Providers Advanced Query Techniques Implementing Combined Queries Implementing Subqueries Creating a Query Based on Another Query Changing Data Sources Calculation Contexts Describing Calculation Contexts Redefining Calculation Contexts Implementing Extended Syntax Operators Implementing Extended Syntax Keywords Defining Calculation Context Formulas with Character and Date String Functions Creating Formulas with Character and Date String Functions Implementing the Right() Function Implementing the Replace() Function Implementing the SubStr() Function Implementing the Pos() Function Concatenating Character Strings Implementing Date Functions If Logic Executing If() to Group Data Executing the If() Function to Modify Calculation Behavior Hyperlinks in Web Intelligence Documents Managing Hyperlinks in Web Intelligence Documents Managing Hyperlinks in Web Intelligence Desktop and the Rich Internet Application Panel Managing Hyperlinks in the Web Intelligence Interactive Panel Additional Reporting Techniques Implementing Data Tracking Implementing Additional Report Functions

BOW320 SAP BusinessObjects Web Intelligence - Advanced Report Design
Delivered OnlineFlexible Dates
Price on Enquiry