Hi there, I just started using version 0.8, but I'm finding that I get duplicate report entries whenever I query against custom fields. It seems that the output reports each value until it reaches the selected value. For example:
TRACK.INI difficulty = select difficulty.label = Effort difficulty.options = 1|2|3 difficulty.value = 2 REPORT Output id summary difficulty type priority product 1 Photo for Mr Joe 1 defect critical P 1 Photo for Mr Joe 2 defect critical P CUSTOM Query query:?order=type & col=id & col=summary & col=type & col=priority & col=product & col=difficulty & desc=1 Am I doing something wrong? Or am I misunderstanding how to set up trac.ini or the custom query? Thanks, H. P.S. As a newbie, I accidentally posted this to the TRAC group too. So, you may see my question there as well.
