Hello, I had a bit of trouble figuring out why a Timeline was giving me problems, and in the end, I realized I was using an integer field as the laneNameField - but the documentation specifies that it should be a String.
Would it be possible to log a warning if this error is committed?
Also, it seems that the problem can be easily resolved by converting the number to a string in the lane declaration.
So, it seems that I can continue to use the integer field as the laneNameField.
Is this approach safe, or is it better to use a text field at the datasource level that is actually of type text? Additionally, is it actually safe to use a text value like "1234"?
Would it be possible to log a warning if this error is committed?
Also, it seems that the problem can be easily resolved by converting the number to a string in the lane declaration.
So, it seems that I can continue to use the integer field as the laneNameField.
Is this approach safe, or is it better to use a text field at the datasource level that is actually of type text? Additionally, is it actually safe to use a text value like "1234"?
Comment