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
Some Useful Developer tools and Extensions in the chrome browser
Every developer/designer should be aware of some developer tools and extensions available in the chrome browser. Chrome developer tools provide deep visibility into the web pages. We can check layout, performance loading issues and also debug Javascript issues with breakpoints.
What is Browser Webkit
What is Webkit? Webkit is also known as the browser engine and it renders the web pages containing Javascript, HTML and XML code and provides the visual representations. Webkit also manages the history of recently visited pages. Webkit powers browsers
How to access and edit Adobe Captivate Quiz Pool Questions
There are two ways to edit the question content in Captivate question pool : 1. First way is by enabling custom workspace settings. You can enable workspace settings with these steps : a.) Click on Edit>Preferences on top menu bar
Salesforce | Display error message returned by Trigger with enter key
How to send an error message from trigger back to the layout and display it on the record detail page. You need to use addError method for this. For example : errorMsg=’Some of the catalog courses are not available in
How does tabindex work in html form?
Tabindex: The tabindex is used to define the sequence for the cursor to move from field to field in an HTML form, to have a control over this flow of the cursor. By default, tab takes the user to the next
Server Side Jquery DataTable
Server Side Scripting is – when the user’s request is served by the script on the server to provide customized or dynamic data. Server-side processing on DataTables is that when all the DataTable functions like searching, ordering, pagination etc. are
jQueryUI Autocomplete: Select and Focus Events
It is already discussed “What is AutoComplete feature of jQueryUI” in one of my previous blogs. Please refer to following link for description of jQueryUI Autocomplete: https://blog.webnersolutions.com/how-to-add-font-awesome-progress-icon-in-textbox-for-autocomplete-jquery-ui-plugin Here, in this blog, I will discuss most often used events of jQueryUI
IE11 | SEC7111: HTTPS security is compromised by (null)
Error: “SEC7111: HTTPS security is compromised by (null)” error in IE11 I recently encountered an issue that a web page does not work in IE11 and throws exception “SEC7111: HTTPS security is compromised by (null)”. By analyzing the page script,
Git Learning | Branches, Tags and more
Use of Branches: You can create different branches of your working tree with different names. For example if you don’t want to make changes on your working tree (clone repository on your system) you can create a new branch and
