Not directly. You can create your own VB.NET defined data array and populate it from one or more EpiDataviews as well as non vantage data via an odbc/SQL function... Then you can display that.
The behavior can be a little flaky though so I wouldn't do it for a high activity use app.
Rob
The behavior can be a little flaky though so I wouldn't do it for a high activity use app.
Rob
--- On Mon, 2/9/09, sgotschall <sgotschall@...> wrote:
From: sgotschall <sgotschall@...>
Subject: [Vantage] Add column to an EpiDataView
To: vantage@yahoogroups.com
Date: Monday, February 9, 2009, 3:00 PM
Vantage 8.03.407 Progress
Is it possible to add columns to a built in EpiDataView? Specifically,
I would like to add some fields from the Customer Table to the
InvHeaderList EpiDataView on the Customer Invoice entry form. I can
pull the data in through a Foreign Key View but now I want it to show
up in the Epidataview with the rest of the invoice header informaion.
I figured I could create a new view from scratch, but this seems like a
lot of work just to add a couple of columns.