c'est quoi le code python qui permert de appeler le montant dans une categorie?
j'ai essaye avec categorie.xxx mais ca marche pas
je suis en v17
merci
c'est quoi le code python qui permert de appeler le montant dans une categorie?
j'ai essaye avec categorie.xxx mais ca marche pas
je suis en v17
merci
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj się
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
where are you calling the catergory.xxx?
usually we just add/subtract it from NET amount.
like that
result = categories['BASIC'] + categories['ALW'] + categories['DED']