Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there, what is wrong with this code?
Min({<Date={""$(=max(Date))"},[Vendor key]={'Apple'}>} price)
You got double double quotations. Try this:
Min({<Date={'$(=maxstring(Date))'},[Vendor key]={'Apple'}>} price)
Min({<Date={""$(=max(Date))"},[Vendor key]={'Apple'}>} price)
u have used quotes 2 times<highlited in red>
You got double double quotations. Try this:
Min({<Date={'$(=maxstring(Date))'},[Vendor key]={'Apple'}>} price)
Min({<Date={""$(=max(Date))"},[Vendor key]={'Apple'}>} price)
u have used quotes 2 times<highlited in red>