On Monday, 13 October 2014 20:44:44 UTC-4, Daniel Klein wrote: > > > To be perfectly honest, you chose the wrong data structure >
Exactly. > instead of attributes, the log entries should be multi-values which would > allow you to create a plain old dictionary item pointing to the attribute > that contains the data. > Or simply one record per log entry with the customer number, date, and time as attributes to provide sorting and filtering flexibility. 001 CustNo 002 Date 003 Time 004 LogMsg eg. SORT LOG-FILE WITH CUSTNO = "12345" AND WITH DATE GE "01OCT14" LOGMSG -- Kevin Powick -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
