Data Analysis Expressions (DAX) in Power BI
Data Analysis Expressions (DAX) is a powerful formula and query language used in Microsoft Power BI, Excel Power Pivot, and Analysis Services to perform calculations and manipulate data. It allows users to create custom metrics, measures, and calculated columns, enabling
Allow the Cross Origin Request (CORS)
Cross Origin issue is resolved by adding header(“Access-Control-Allow-Origin: http://yoursite.com”); to allow the particular origin or we can also allow all the origin by replacing the path to *. For Cake php header is defined in file public/index.php. Code: header(“Access-Control-Allow-Origin: http://yoursite.com”);
Creating a Lightning Custom Page/App
We can access different features of Salesforce on a single page by building a custom Lightning App: 1. Multiple features of salesforce on one page 2. Custom homepage 3. Edit layout of objects like adding tabs, flows, hierarchy etc. Steps
Reading CSV File using Talend Open Studio
Below are the steps to read a CSV file in Talend After creating a Local Repository follow the below steps to successfully read a CSV in Talend Open Studio (we are using Talend version 6.5.1). 1. Click on the Integration
Salesforce | How to change email access level
Problem:- System.EmailException: NO_MASS_MAIL_PERMISSION, Single email is not enabled for organization or profile. Description : By default, email access level is set to “System Email only” or “No Access”. It allows only system generated email to be sent such as ‘Reset
PHP_CodeSniffer Introduction
What Is PHP_CodeSniffer? PHP_CodeSniffer is an essential development tool that helps developers to work in a standardise format so as to make code clean and consistent. It ensures that same coding style is being followed. It allows a set of
Introducing WordPress versions 4.9.4 and 4.9.5
WordPress Version 4.9.5 WordPress 4.9.5 is released on 3rd April 2018. This version is released to fix the security issues. There were three major security issues which are solved by the WordPress community in this version: 1. Don’t treat localhost as
Salesforce | Read csv file, insert objects and get results back in Apex visualforce page
If you have a csv file with raw data and you want to read it using apex, convert to sfdc objects and insert these, then get success and failure results back then following steps and code can help you:
WordPress best practices
WordPress is a cms (content management system) which contains different type of content including images, video and text. I think we all need to know about some of the best practices while developing in WordPress. Before development of a website
Role of Software Developer in Testing
The one who has both qualities of a developer and a tester is known as a professional Software Developer. Most common terms used for such job titles are: SET (Software Engineer in Test) and SDET, (Software Development Engineer in Test).
