Dynamic viewing HTML content on Word Template reports.

We all know that Visual Studio and the RDLC report format partially support the dynamic rendering of HTML content from the control. But only partially, many tags are simply ignored. And if we have a word template, what can we do in this case? Today I will share the result of my analysis and provide a working example code for word template reports. We will also learn how to convert docx to html and vice versa

Source : Volodymyr Dvernytskyi
Read more…

Send Email – Dynamic Content

One of my Customer requested me to have a feature wherein they can have the liberty to modify content of the email, add remove columns and do stuff like this. They wish to have long text as a free text along with certain database table information which they can attach detach as per there wish along with some html formatting possibly.

Source : Research – Develop – Share – Repeat
Read more…

Dynamic Period variance with DAX in #PowerBI

One of those days where I spent a reasonable amount of time trying to solve a tricky DAX expression and once I got it; I came to know it was not at all tricky. In fact, it was far too simple to admit the time spent ?

When I showed PARALLELPERIOD and SAMEPERIODLASTYEAR measures to my business user, he asked me if he can select random quarters and measure should always get the variance from the earlier period based on the slicer choice than Time intelligence.

Bron : Prathy’s blog
Lees meer…

Power BI, SSAS Multidimensional And Dynamic Format Strings

If you’re building reports in Power BI against SSAS Multidimensional cubes then you may have encountered situations where the formatting on your measures disappears. For example, take a very simple SSAS Multidimensional cube with a single measure called Sales Amount whose FormatString property is set in SSDT to display values with a £ sign:

Bron : Chris Webb’s BI Blog
Lees meer…

Dynamic Chart Titles In Power BI

As you probably know, charts (and lots of other visualisations) in Power BI have titles that can be set to any piece of static text. You can do this by selecting the chart, going to the Format tab in the Visualizations pane, then changing the properties in the Title section as shown below (full documentation here):

Bron : Chris Webb’s BI Blog
Lees meer…

Dynamic certificate validation when calling Web services

There are situations when you’ll want to call Web services from C/AL, and those Web services might be protected by certificate that your local machine cannot validate directly. Web service might be secured with a self-signed certificate, or by a certificate obtained from an authority that is not globally trusted.

Bron : Vjeko.com
Lees meer…