Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello, i'm new in qlikview, i have this expression:
Sum({<Mouvement_ID={$(vShowMouvement)},Année, Trimestre, Mois, Jour, Date, MoisAnnée, _
MonthDiff={"<12"}, MoisAnnéeTM={">=$(vDateMin12)<=$(vDateMax12)"}, _ID={'100'}
>} Total_Net_HT)
it's ok, but when i want to change _ID to this:
Sum({<Mouvement_ID={$(vShowMouvement)},Année, Trimestre, Mois, Jour, Date, MoisAnnée, _NIVEAU_GROUPE={'99'},
MonthDiff={"<12"}, MoisAnnéeTM={">=$(vDateMin12)<=$(vDateMax12)"}, _ID={_MAG_ID}
>} Total_Net_HT)
i don't have any result (_Mag_id = '100' but it can change)
Thank you for your help
If '_MAG_ID' is a value in the field '_ID', try with single quotes like:
_ID={_MAG_ID}
else, if it's a field itself, you may try like:
_ID={"=_ID=_MAG_ID"}
i tried this but always the same error,
and i tried _ID={'=MAG_ID'}