Hi,
I need help solving a naming issue for the display key using datetime parameter value.
Currently, it looks like this:
Parameter value 1306 and 1307 are datetime values. In dataminer table it shows the datetime format
Do you know how can I have the naming format showing the exact same date time format as in dataminer table instead of number?
Hi,
The datetime columns are formatted using the regional settings that are configured on the client. The date and time format can be different for every user on the system. For that reason I don't think it's a good idea to use that as the display key of the table.
A better approach is to calculate the display key in a QAction, using a fixed date and time format (i.e. CultureInfo.InvariantCulture).
Thank you for your answer 🙂