On Thu, 1 Apr 2004 17:08:02 -0500, you wrote:

>Is there a way in UniQuery to create a virtual attribute that will print
>a running total of the number of items listed? For example:
>
> 
>
>LIST  CUST  RUNNING_TOTAL  CUST.NAME
>
> 
>
>ID     Running    Customer
>
>        Total....     Name.......
>
>111       1          Joe Jones
>
>112       2          Sue Smith
>
>223       3          Sally White

In Universe, add a DICT item with the following fields:
<0> LINE.NBR
<1> I
<2> @1 + 1
<3> MD0
<4>
<5> 6R

Then LIST CUST LINE.NBR CUST.NAME  

-- 
Allen Egerton
[EMAIL PROTECTED]
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to