Jump to content
We've recently updated our Privacy Statement, available here ×

different query


alvintkl

Recommended Posts

<parameter name="co_id" class="java.lang.String"/>
    <parameter name="para" class="java.lang.String"/>
    <queryString>
        <![CDATA[if($P{para}=1,(select *, company.co_name from contactmst, company where contactmst.co_id=company.co_id and contactmst.co_id=$P{co_id} and is_supplier='t'),(select *, company.co_name from contactmst, company where contactmst.co_id=company.co_id and contactmst.co_id=$P{co_id} and is_customer='t'))]]>
    </queryString>

 

can any one help me to solve this problem

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...