Start From query

Hi Gerwin, When your base query and another query that’s starting from that base query are used on the same page, the base query is effectively executing two times. We …

Disposable Objects in DataMiner

Hello again, My understanding of the issue was incorrect and had to do as the ObjectDisposedException was coming from another method called in the SendTokenizeRequest. While I already knew is …

Visio Split a String into a Drop Down List

Found the answer here https://docs.dataminer.services/dataminer/Operator_guide/Visio/session_variables/Turning_a_shape_into_a_control_to_update_a_session_variable.html#configuring-the-shape-data-field

Disposable Objects in DataMiner

The code looks safe as long as SendTokenizeRequest is implemented correctly, meaning it doesn’t internally rely on the HttpHelper object after returning its Task. If SendTokenizeRequest does something like: Task.Run(() …