Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7898915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T08:33:52+00:00 2026-06-03T08:33:52+00:00

I am using inner join on three tables and i am displaying the resulting

  • 0

I am using inner join on three tables and i am displaying the resulting table . I am using the Xml for this .

<SQLInformation>
      <Table>tblechecklistprogramworkpackagexref prwpxref</Table>
      <TableJoins>
        INNER JOIN tblechecklistprogram pr ON pr.ixProgram=prwpxref.ixProgram
        INNER JOIN tblechecklistworkpackage wp ON wp.ixWorkPackage=prwpxref.ixWorkPackage
        INNER JOIN tblechecklistworkpackageactivityxref wpaxref ON wpaxref.ixWorkPackage=wp.ixWorkPackage
        INNER JOIN tblechecklistactivity act ON act.ixActivity=wpaxref.ixActivity
      </TableJoins>
      <WhereClause>
      </WhereClause>
      <GroupBy>
      </GroupBy>
      <OrderBy></OrderBy>
      <HeaderInformation></HeaderInformation>
      <FooterInformation></FooterInformation>
    </SQLInformation>
    <Columns>
      <Column>
        <Id>ProgramName</Id>
        <Title>Program Name</Title>
        <Table>pr</Table>
        <Field>sName</Field>
        <Alias>sName</Alias>
        <Sortable>true</Sortable>
        <GroupSort>true</GroupSort>
        <ColumnWidth>100</ColumnWidth>
        <JavascriptFormatter>
          <![CDATA[
            DesignDataFileFormatter = function(span,row,columns,data,item)
            {              
              $(span).createAppend('a', {href: '../EcheckList/TemplateUsage.aspx?IxTemplate=' + 2, title: 'Go to Corresponding Schedule Item.', innerHTML:sName });

              return true;
            }
          ]]>
        </JavascriptFormatter>
        <Display>true</Display>
        <Filter type="Database">
          <FilterContainer name="Program" DisplayMember="sName" ValueMember="ixProgram" UseHavingClause="false" >
            <FilterQuery>SELECT sName,ixProgram FROM tblechecklistprogram</FilterQuery>
          </FilterContainer>
        </Filter>
      </Column> 

I want to create a hyperlink using one of the column values of the output table. Whenever I click on the link it is giving format exception.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T08:33:54+00:00Added an answer on June 3, 2026 at 8:33 am

    I have found the solution the problem was with the virtual path ..

    $(span).createAppend(‘a’, { href : ‘Customer.aspx?ixProgram=’ + row[columns.ixProgram] }).text(data);
    return true;
    }
    ]]>

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

just i print the two table data so i am using inner join SELECT
I am using this query: SELECT DISTINCT pat.PublicationID FROM dbo.PubAdvTransData AS pat INNER JOIN
I want to join three tables and to calculate the Sum(Quantity) of the Table
select * form autor inner join (carte inner join carte_autor using id_carte) using id_autor
how to insert inner array in mongodb using php I run this command in
using (var file_stream = File.Create(users.xml)) { var serializer = new XmlSerializer(typeof(PasswordManager)); serializer.Serialize(file_stream, this); file_stream.Close();
I am using three MySQl tables: comment commentid loginid submissionid comment datecommented login loginid
I am using Join in sql for first time with respect to many tables,
I have three tables one of this storing users basic information, the other one
I need to join a table on itself while joining other tables and doing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.