Expand the table row with details while clicking it – Low code app
9th July 2024
Hello Baranisudha, I think you are very close from what you want to achieve. If you are accessing the settings of the table itself, which you can access the following …
Answer
9th July 2024
Hello Baranisudha, I think you are very close from what you want to achieve. If you are accessing the settings of the table itself, which you can access the following …
9th July 2024
Hi Baranisudha, Feel free to check following answer: https://community.dataminer.services/question/list-of-strings-in-gqi-query/answer/120409/ Through the steps suggested in that answer, you can open a popup on click of a table cell. Within the popup …
8th July 2024
Hi Johnny, The web component (see docs) allows you to embed another web page in dashboards using an Iframe. Alternatively, you can also specify HTML and CSS to be rendered …
8th July 2024
Hi Alexandre, I don’t know if this is a good solution, but putting another span around your div works for me: <span title=”{String Column 2}”><div class=”container”> <span class=”text”>{String Column 2}</span> …
8th July 2024
Hi Kris, As Sebastian said, this is not possible as of now. We do however already have a task on our backlog to make this title optional in a future …
8th July 2024
Hi Kris, I don’t think that is possible. Let’s see if someone else from the community has a different opinion. As a workaround, what you can do is select the …
8th July 2024
Hi Sebastian, This UI bug is fixed from following versions onwards: Main release: 10.3.0 [CU14] ; 10.4.0 [CU2] Feature release: 10.4.5 A web only upgrade should suffice to resolve the …
8th July 2024
Hi Felix, I believe this is the same problem statement as https://community.dataminer.services/question/lca-parameter-table-button-params-missing/. This also means we have a fix lined up for DataMiner 10.4.9 which has a target release date of …
8th July 2024
Hi, Deleting a group would look something like this: SetDataMinerInfoMessage deleteGroupMsg = new SetDataMinerInfoMessage { bInfo1 = Int32.MaxValue, bInfo2 = Int32.MaxValue, DataMinerID = protocol.DataMinerID, IInfo1 = GroupId, IInfo2 = Int32.MaxValue, …
8th July 2024
Hi Michiel, There should be no mechanism that would block your logic as a button is a write parameter and for those we trigger always even if the value is …
8th July 2024
Hello Julian, That would indeed be the problem, the top elements shouldn’t be the same as the RCA calculation would then not be able to give you a correct RCA …
8th July 2024
Hi, FolderBrowserDialog cannot be used in an IAS, since that runs on the server and not on the client itself. Your code would try to open the FolderBrowserDialog on the …
8th July 2024
Thanks, After restart it showing GMT time. Regards, Chowdary
8th July 2024
Hi Chowdary, Did you restart the dataminer software after changing the server time?
5th July 2024
Hello Davy, Thank you for your response. I will respond to here to be able to add screenshots. It does not seem like the customer has any chains setup via …