Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can any one tell me how I would edit this label expression so that it uses the date selections from an alternate state
The alternate state is called TEST
='Sales £ all ' & min(date((PostingDate),'DD/MM/YY'))&'-'&Max(date(PostingDate,'DD/MM/YY'))
Try like:
='Sales £ all ' & min({TEST}date((PostingDate),'DD/MM/YY'))&'-'&Max({TEST}date(PostingDate,'DD/MM/YY'))
Try like:
='Sales £ all ' & min({TEST}date((PostingDate),'DD/MM/YY'))&'-'&Max({TEST}date(PostingDate,'DD/MM/YY'))