I can't seem to make the 1st loop to move to the next record. Am I missing
something? Below is the code snippet.

<cfloop query="GetExample" startrow="1"   endrow="#GetExample.recordcount#">
<cfloop query="translation_list"   startrow="1"
endrow="#translation_list.recordcount#" >
  <cfif GetExample.kod_gt eq translation_list.dept_code>

<cfoutput>#GetExample.kod_gt#&nbsp;&nbsp;#translation_list.nalis_code#<br></
cfoutput>
  </cfif>
</cfloop>
</cfloop>

The ouput I'm getting is
TLR100  test1
TRL100  test1
....

Thanks in advance.
Nyon
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to