Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Template task using 2 objects
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mårten Peterson  
View profile  
 More options Apr 30 2012, 8:47 am
From: Mårten Peterson <mopthe.qwe...@gmail.com>
Date: Mon, 30 Apr 2012 05:47:55 -0700 (PDT)
Local: Mon, Apr 30 2012 8:47 am
Subject: Template task using 2 objects
On page http://www.cozyroc.com/ssis/template-task there are an image
of the Template Editor using list1 and list2. How do i pass 2 objects
to the template Task? I only find it possible to specify one
variablename.

Any suggestions?

Best regards
Mårten


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivan Peev  
View profile  
 More options Apr 30 2012, 9:23 am
From: Ivan Peev <ivan.p...@cozyroc.com>
Date: Mon, 30 Apr 2012 06:23:26 -0700 (PDT)
Local: Mon, Apr 30 2012 9:23 am
Subject: Re: Template task using 2 objects

Hi Marten,

To pass two objects, you have to specify two parameters for your script.
For example:

#macro( main $list1, $list2 )
...
...
#end
#main( $list1, $list2 )


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivan Peev  
View profile  
 More options Apr 30 2012, 9:29 am
From: Ivan Peev <ivan.p...@cozyroc.com>
Date: Mon, 30 Apr 2012 06:29:56 -0700 (PDT)
Local: Mon, Apr 30 2012 9:29 am
Subject: Re: Template task using 2 objects

Marten,

I'm sorry the correct syntax is:

#macro( main $list1 $list2 )
...
...
#end
#main( $list1 $list2 )


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mårten Peterson  
View profile  
 More options Apr 30 2012, 11:00 am
From: Mårten Peterson <mopthe.qwe...@gmail.com>
Date: Mon, 30 Apr 2012 08:00:02 -0700 (PDT)
Local: Mon, Apr 30 2012 11:00 am
Subject: Re: Template task using 2 objects
Amazing! That helped a lot.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »