Topic Options
#10440 - 12/04/07 03:19 PM Linking Tables in GridView
Anonymous
Unregistered


Hi Everyone,

I am trying to display the tax type description on my GridView and I was wondering if anyone know how I can do this. I have found in which Table the description is stored for my Tax ID, now I would like to show this description instead of the CODE.

I'm thinking this must be possible, but how?
Thanks in advance for the help.
Yann


Edited by Dawm (12/04/07 04:06 PM)

Top
#10444 - 12/04/07 04:20 PM Re: Linking Tables in GridView [Re: ]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
The easiest way is probably using an =IF() statement, since there are only 10 tax types.
Code:
=IF({Tax type}=0,"Non-taxable",
 IF({Tax type}=1,"State taxable",
 IF({Tax type}=2,"GST taxable",
 "Unexpected tax type")))
_________________________
Andrew Bates

Top
#10446 - 12/04/07 04:22 PM Re: Linking Tables in GridView [Re: ]
Michael Mulrooney Offline
Adagio Virtuoso

Registered: 02/07/02
Posts: 839
Loc: Vancouver, BC
You are not providing enough information.

What application is this? Invoices, AR or AP?

What Table is your View using that uses Tax ID as a field name?

Top
#10447 - 12/04/07 04:54 PM Re: Linking Tables in GridView [Re: Michael Mulrooney]
Anonymous
Unregistered


Thanks,

I think Andrew has the right solution.
But for information purposes, can we do what I want to do?

Thank you.

Top
#10448 - 12/04/07 04:59 PM Re: Linking Tables in GridView [Re: ]
Retired_Guy Offline
Adagio Master

Registered: 03/16/99
Posts: 10504
Loc: Canada
Yes - but we need to know which tables you are working with (hence Michael's question).
_________________________
Andrew Bates

Top
#10449 - 12/04/07 05:19 PM Re: Linking Tables in GridView [Re: Retired_Guy]
Anonymous
Unregistered


Ok,

I was using the AR Module with the "A/R Customers" table and the "A/R Tax Description" Table.

THanks again.

Top


Moderator:  Christa_Meissner 
Who's Online
0 registered (), 54 Guests and 0 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
1872 Members
5 Forums
14527 Topics
70937 Posts

Max Online: 432 @ 01/20/25 10:17 PM
August
Su M Tu W Th F Sa
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31