Hi Skyline team,
I have a quick question about LCA behavior regarding unit conversions.
Is it expected that LCA automatically converts units when displaying values? For example, I have a parameter in a table that shows values in Kbps in the DMA (This units are configured in the protocol), but when I query it in LCA, the values appear in Mbps.
I ask because I was trying to apply coloring to that column, and it wasn’t working as expected until I realized that LCA was showing the value in Mbps, while the coloring logic still needs to match the original value in Kbps coming from the DMA.
Is this automatic conversion expected behavior? And if so, is there any way to control or disable that conversion?
Thanks in advance!
Hello Gina,
What you experience is a concept we call dynamic units. It's enabled by default and can be controlled on component level or on page level through the settings pane.
When you want to disable it on the entire page, you can find the setting here
When you want to keep the dynamic units on page level, but want to disable it only on your table, you can achieve this by selecting the table and make sure to uncheck Settings > Override dynamic units > Use dynamic units.