How do I get just the records I need?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cooneyj
    New Member
    • Mar 2013
    • 1

    How do I get just the records I need?

    I am very new to Biztalk - I'm sorry if this is a simple question. I have two fields Type and Order-field coming in. Depending on the Type I need the Type and it's Order-field mapped to two areas (one area gets four of the Types, the other gets the other five or six). I've tried to do this with C# and a switch but I am getting all the data into one area and it gives me an error for any of the Types that don't match in that area.
    I've looked at trying to do this with the Value Mapped Functoid along with the Equal Functoid but it would be crazy with the all that. Does this make sense?
  • M1kkelZU
    New Member
    • Feb 2013
    • 80

    #2
    If you're talking about a sort of filter, I'd recommend reading this:
    The home for technical questions and answers at Microsoft. Get started asking, answering, and browsing questions about products like .Net, Azure, or Teams.

    I have a table called MyProducts and I want to return item1 and item2 SELECT item1, item2 from MyProducts However I want it to be filtered on a string array I pass in (from C#). This is a very big


    There are loads more examples, but I only copied 2 as I'm not sure if you are using SQL.

    Comment

    Working...