Reply To: VLOOKUP

Home Forums General discussion VLOOKUP Reply To: VLOOKUP

#29581
Silvestre Kassoka
Participant

    Hi Alex,

    You are right! Apparently after the jQuery nothing is logged , however they are some errors that come up . I have attached for your reference

    jQuery(“#dffs_dias”).on(“change”, function () {
    dias = Number(this.value);
    console.log(dias);
    console.log(balance);
    if (dias > balance) {
    spjs.dffs.toggleSaveBtnByRule(false);
    spjs.dffs.alert({
    “title”: “To many hours requested”,
    “msg”: “You only have ” + balance + ” hours available.”
    });