Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
how to remove null value in text box??
i need to show max(temp) for Sensor ID, right now there are few null values in it so it is showing max of temp of null value.. which is wrong..
i did not want to show null value how i can handle it in text box?
pls suggest?
May be this:
Max({<[Sensor ID] = {"=Len(Trim([Sensor ID])) > 0"}>}temp)
Maybe like
max({<SensorID = {"*"}>}temp)
Try this: max({<[Sensor ID]={'*'}>}temp)
can u shre sample?
Deara Abhay,
Here it's,
Max({<[Sensor ID] -= {'Null()'}>} temp)
Kind regards,
Ishfaque Ahmed