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
How to enable the settings to run the cron using browser in Moodle/Totara
Description: If you need to run the moodle cron job to test any task which will be executed by the cron job then you can do so by typing the following url in the address bar of your browser: http://localhost/your-moodle-site-name/admin/cron.php
AWS | How to start/stop Amazon EC2 server using Lambda Services
If you want to improve utilization of your Amazon EC2 machine instances by stopping and starting instances at specific time intervals then you have to use a CloudWatch Event to trigger a Lambda function to start and stop your EC2
Zoho CRM | How to hide some account records from view
Zoho does not provide any direct mechanism to hide or unhide account information of any user. However, we have an alternative solution for this problem. We can use a listview to solve this problem. The List view can be used
1and1.com | Create FTP account for specific directory
How to create new FTP user on 1and1.com for specific directory 1. Login to your 1and1.com account. 2. Control panel page will be opened, shown in following screenshot: 3. Click on Secure FTP Account shown at the left menu of
How to integrate CyberSource payment gateway with CakePHP 2.*
Steps to integrate CyberSource payment gateway with CakePHP 2.*: 1. Download zip file of CyberSource library from “https://github.com/chrismeller/cybersource”. 2. Extract cybersource-master folder into cakephp vendors folder. 3. Create tests/config.php for test transaction with code and add credentials like below: <?php
Handling attachments in IndependentSoft MSG.NET package
Handling attachments and Embedded content in Body of the Msg file read by IndependentSoft MSG.NET package As we know that the MSG.NET package by IndependentSoft is used for creating, parsing, reading and converting the Msg email without requiring Outlook to
WordPress | Building custom wordpress theme options panel
With each theme we install, we get its default options panel that provides settings for the theme like color etc. But sometimes there can be a requirement of some more options that are not already in theme’s options panel. So,
Integrate Google Analytics with website
How to integrate Google Analytics with website and enable settings in Google Analytics for tracking various user activities on the website. When we want to monitor visitors’ activity on our website in Google Analytics for that we need to add
CakePHP | How to change Epoch timestamp (unix timestamp) timezone in cakephp find query
Suppose we have a table cake_test with a column named modified that contains epoch values. CakePHP code: $options = array ( ‘fields’ => array ( “modified”, “to_timestamp(modified) as New__original”, “to_timestamp(modified) AT TIME ZONE ‘America/Denver’ as New__converted” ) ); $result =
