Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a field (fully_paid_dt) and I want to create a sheet trigger to only show where the field is blank. Currently the field displays a - if there is no date populated.
Any help with the above will be much appreciated.
Regards,
Daniel
Hi,
I have attached a file.
If you could show me how to create a table where:
1) voucher_num equals -
2) voucher_num not equal to -
Thanks,
Daniel
Like this.
Have a look at attached application
Regards
ASHFAQ
Hi,
1) voucher_num equals -
=sum(extended_amt)-sum({$<voucher_num ={'*'} >}extended_amt)
2) voucher_num not equal to -
sum({$<voucher_num ={'*'} >}extended_amt)
Regards
ASHFAQ
Thank you both for your help.
I decided to SET NullDisplay='-' to simplify the selections (as I have Null values on several different fields). I then used the original code you both provided.
Regards,
Daniel
Glad To know
Regards
ASHFAQ