I have a calculated field in my query where one sum is substracted from another.However when there is nothing in the second field, the result is also nothing, while i want to preserve the first value
my expression in the query is : Diff: [imported]-[exported]
if i have 100 items imported and nothing exported, the result is nothing, while i want to be 100
How could i achieve that ?
my expression in the query is : Diff: [imported]-[exported]
if i have 100 items imported and nothing exported, the result is nothing, while i want to be 100
How could i achieve that ?