Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

help

37 views
Skip to first unread message

bourah...@gmail.com

unread,
Jun 3, 2024, 6:27:38 AM6/3/24
to Jam.py Users Mailing List
I have a small problem. Is there a way or a procedure to add the sum of a column in this field?sum value in Summary.png

Danijel Kaurin

unread,
Jun 4, 2024, 2:19:37 PM6/4/24
to bourah...@gmail.com, Jam.py Users Mailing List
Hi.

Maybe it is better to add this information to your item_caption. You can to that on this way:

function on_edit_form_created(item) {    
    let test = item.copy();
        test.open({fields: ['id'], funcs: {'id': 'count'}});
       
        item.edit_options.title =  item.item_caption + ' - ' + test.id.value;
}

Regards

Danijel Kaurin

On Mon, 3 Jun 2024 at 12:27, bourah...@gmail.com <bourah...@gmail.com> wrote:
I have a small problem. Is there a way or a procedure to add the sum of a column in this field?sum value in Summary.png

--
You received this message because you are subscribed to the Google Groups "Jam.py Users Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jam-py+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jam-py/5d21ef2f-82ec-45f2-927a-944283a1ef40n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages