Hi,
If a relation does not meet the conditions for getting data, should the output return empty? Example..
The database query returns empty
The queryRecordType returns a value
This is correct?How can I get an empty value, like in a database?
This is a modification of lesson 4 exercise 2, in the associate course certificate. (If I don´t write the "fields: AA Vehicle.maintenance.cost", the output is the same, removing maintenance list)
Thanks for the help
Discussion posts and replies are publicly visible
You will have to pass the maintenance cost filter along with the vehicle id filter in the same logical expression, with the operator set as "AND_ALL"
That was!The condition needed to be added to the filters. Thank you!