You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Futres template we have Event parentOf sample parentOf diagnostics
eventID is specified as hashed
materialSamleID is specified as not hashed
diagnosticID is not hashed.
When loading, application complains about eventID not being unique. This is wrong behaviour
However, if i change eventID to NOT HASHED then things work OK. work-around for now is to enter eventID the same as materialSampleID but this is not ideal.
The text was updated successfully, but these errors were encountered:
In the Futres template we have Event parentOf sample parentOf diagnostics
eventID is specified as hashed
materialSamleID is specified as not hashed
diagnosticID is not hashed.
When loading, application complains about eventID not being unique. This is wrong behaviour
However, if i change eventID to NOT HASHED then things work OK. work-around for now is to enter eventID the same as materialSampleID but this is not ideal.
The text was updated successfully, but these errors were encountered: