How can I use ```BUILTIN.RELATIVE_RANGES( 'DAGO5',...
# general
b
How can I use
Copy code
BUILTIN.RELATIVE_RANGES( 'DAGO5', 'START' ) AS FIVE_DAYS_AGO_START,
	BUILTIN.RELATIVE_RANGES( 'DAGO5', 'END' ) AS FIVE_DAYS_AGO_END,
to filter a query in Map getInputData()?
b
that looks like a column from a suiteql query
in which case you probably want to compare its value to a date column
if you are bad at generating sql, i recommend making the dataset you want in the ui first, then see the suiteql netsuite generated using SuiteQL.query