-
|
I realize that Qlog isn't a dedicated contest logger and there are alternatives. Given that... i'm curious how it could be done in Qlog. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Did you read over this wiki page - https://github.com/foldynl/QLog/wiki/Contest-Support I would think you could use these fields. For the Serial number store in RcvNr/SendNr then the rest of the exch would be stored in RcvExch/SendExch. You could do something like this in Activity: You would need to keep in mind that QLog doesn't export to Cabrillo format so if you use it in a contest needing that it would need to be generated somehow outside of QLog. |
Beta Was this translation helpful? Give feedback.


Did you read over this wiki page - https://github.com/foldynl/QLog/wiki/Contest-Support
I would think you could use these fields. For the Serial number store in RcvNr/SendNr then the rest of the exch would be stored in RcvExch/SendExch. You could do something like this in Activity:
Would look like this:
You would need to keep in mind that QLog doesn't export to Cabrillo format so if you use it in a contest needing that it would need to be generated somehow outside of QLog.