Hallo, it should be a very basic functionnality but, if there is, I cannot see it.
Is there a wa to see the total number of a selection?
For example, when I select the customer list, is it possible to see the total number of customers? Is there another way to do that?
Than you
Max
0
Comments
CustomerRec.COUNT;
Where should I put this code?
I tryied to create a new label and put it in the c/ on the onPush() function but the variable won't work
Thank you very much.
Max
2. Add a new button and go to push action trigger
3. Add a local record variable "Cust" Customer subtype
4. Add below code
without:
CurrForm.SETSELECTIONFILTER(Cust);
it will give me all the records,otherwise I have to select alla to have the count
Tanks Max
On the List add a textbox at the bottom with sourceexp = COUNT
Set your glues to bottom & left
Save-Compile->Enjoy
http://www.BiloBeauty.com
http://www.autismspeaks.org
I was going by this question.
And if by selection he means filter then the Count would work too.
Say he filters on a specific salesperson code.
The list will show just that salesperson and the "count" of that salespersons accounts.
That's what I'm thinking. If he want's to select a few, he could "mark" them & on View->Marked - the count will still be correct. No buttons needed.
http://www.BiloBeauty.com
http://www.autismspeaks.org
As i filter on different salespeople the list changes, therefore the count changes.
http://www.youtube.com/watch?v=E15JL_rq ... e=youtu.be
http://www.BiloBeauty.com
http://www.autismspeaks.org
Make a selelection - Hit CTL-F1 (now those records are marked)
goto View-> Marked Only
now your count is showing the number of selected accounts.
So it has multiple uses
http://www.BiloBeauty.com
http://www.autismspeaks.org