Hello! If in my filter I'm trying to pull data from ABC and "B" doesn't have any data, the report will return info for A and C. How can I return a blank line, or even a line with a filler character, for the missing B data?
Thank you for your time.
try
if([Data Item] is missing) then (' ') else ([Data Item])