Show time range selection on PDF sent by email
26th October 2023
Hi Henri, Most likely you don’t have the Include feeds option enabled when configuring the mail report (by default this is disabled).
Answer
26th October 2023
Hi Henri, Most likely you don’t have the Include feeds option enabled when configuring the mail report (by default this is disabled).
26th October 2023
DataMiner will indeed automatically handle the cookies for you. Meaning that if a server returns a response with the Set-Cookie header (e.g. Set-Cookie: auth_id=123), on subsequent requests DataMiner will automatically …
26th October 2023
Hi Robbie, Did you already restarted DataMiner? Can you check in the database which dve’s are linked on your main element and if you see some invalid data? Cassandra : …
26th October 2023
Hi Robbie, You can try to remove the DVE elements from the dveelementinfo table in the Cassandra database. After you remove the references to the dve’s from the database, you’ll …
26th October 2023
Hi Ashwiny, You can update your Windows OS to the latest release. You will need at least .net framework 6.
26th October 2023
Hi Rui, For DOM, it is safe to just cast the ‘SectionDefinition’ to a ‘CustomSectionDefinition’. That way you will have access to the methods for adding extra FieldDescriptors.
26th October 2023
Hi Chowdary, Can you try to clean the Cube versions Cache, Visio Cache, and Protocol Cache?
25th October 2023
Hi Mieke, I believe we can classify this as a software issue. All other data sources have case insensitive exposers, but this is not (yet) applied to the DOM exposers.
25th October 2023
Hi Seppe, This is currently not possible yet. As you found out, the Query Filter component only works with GQI queries and you cannot have parameter sets yet in a …
25th October 2023
Hi Tobias, You can retrieve the discreet display as follows: GetElementByIDMessage getElementInfoMsg = new GetElementByIDMessage { DataMinerID = iDmaID, // Dataminer ID where the element is hosted. ElementID = iElementID, …
25th October 2023
Hi Brian, I notice you are still using the legacy reporter. There it will be a bit harder to achieve what you want. However, with the new dashboard module, this …