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
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
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']