How to display raw XML string in LCA component

Based on the answers above I used this custom GQI operator to encode the column in my table (or a duplicated column). It uses HtmlEncode from System.Web Note: make sure …

Can I make tiles on grid scrollable?

Using the web component with following HTML input did the trick: <div style=”height:100%; overflow-y: scroll;font-family: Segoe UI;white-space: pre-wrap;”><p>{FEED.”Current view”.”Table 5″.”Selected rows”.”Query rows”.”XML input to API”}</p></div> Thanks!

How to display raw XML string in LCA component

Hi Jonas, Can you try replacing ‘<‘ with “&lt;”, ‘>’ with “&gt;” and ‘&’ with “&amp;”? You may also want to wrap entire string in <pre> tag to maintain the …

Can I make tiles on grid scrollable?

Hi Jonas I’m not sure if it’s possible with the grid component. I do know that in DataMiner 10.4.5 it will be possible to feed in data to the web …

How to display raw XML string in LCA component

Hi Jonas, The grid component allows some html tags for markup purposes. It seems to me like the xml tags are being interpreted as html tags here, so they don’t …

Undeletable Element

Hello Mark, Can you please navigate to C:\Skyline DataMiner\Elements and try deleting unwanted elements directly from there? You should stop the DM before attempting to delete them. Hope this helps, …

Help getting “State” for RowStatus

Hi David, It looks like the documentation is not complete in describing how to use the state column. Only when setting all rows in a single call with either FillArray, …

How to correctly configure Synamedia Virtual DCM?

Hi Carlos, I was successful in getting an element up and running with a device on firmware version V23.  Worth double checking as well the security/account configuration on the device …

Low-code app table multi selection

Hi Harald, Deleting DOM instances using the built-in ‘Delete instance’ action is currently only possible on the instance in a form component. The table cannot execute these actions, even when …

DB name vs prefix in db.xml

Hi Bernard, As you can see in DB.xml | DataMiner Docs , the “<DB>db_prefix</DB>” tag should be used to determine the prefix associated with each DMS in the database. I …

Alarm and trend template copy to new version

Hi Yuki, Besides the suggestion of Jarno and considering your mention of moving to the production version, it could be possible to copy the templates over when you assign the …

Alarm and trend template copy to new version

Hi Yuki, I think your best option is to simply duplicate the alarm and trend templates through Protocols & Templates in DataMiner Cube. More information here: Creating an alarm template …