Garth
    Thanks, but i was after something like
an itemised list for each mv entry
such as

Field   mv1  1
          mv2   2
          mv3   3

Field   mv1  1
          mv2   2
etc

ive only ever been able to do it as a pick style dict item or as a subr

jak
----- Original Message ----- 
From: "Garth Joubert" <[EMAIL PROTECTED]>
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Sent: Friday, April 02, 2004 11:52 AM
Subject: RE: Running total


Well the "quick and dirty" way is:

LIST CUST EVAL "@1 + DCOUNT(CUST.NAME,@VM)" CUST.NAME

Above assumes CUST.NAME is multivalued. Unfortunately the Counter only
shows per row and not per multivalued, but again it is only a "quick and
dirty".

Hope this helps.

-----Original Message-----
From: John Kent [mailto:[EMAIL PROTECTED] 
Sent: Friday, 2 April 2004 2:07 p.m.
To: U2 Users Discussion List
Subject: Re: Running total


Do you have anything for a multivalue counter with either an EVAL or
ITYPE

jak
----- Original Message ----- 
From: "Garth Joubert" <[EMAIL PROTECTED]>
To: "U2 Users Discussion List" <[EMAIL PROTECTED]>
Sent: Friday, April 02, 2004 7:49 AM
Subject: RE: Running total


Hi Ya,

Quick way is to try:

LIST CUST EVAL "@1+1" CUST.NAME


(This might be dependant on Release Level)

Wish you luck.

-----Original Message-----
From: Shrestha, Prabhash [mailto:[EMAIL PROTECTED] 
Sent: Friday, 2 April 2004 10:08 a.m.
To: U2 Users Discussion List
Subject: Running total


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

 

Thanks.


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

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

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

Reply via email to