I m directly pushing data to AtcGIS portal and want I need is if source data have no data then ArcGIS also truncate the data and show me the NO data
at the moment its showing me null values with object Id is there any way to show no data
I m directly pushing data to AtcGIS portal and want I need is if source data have no data then ArcGIS also truncate the data and show me the NO data
at the moment its showing me null values with object Id is there any way to show no data
Hi @asadamjad thanks for your question!
By "no data" do you mean that there are no features or that the attribute values are null/missing/empty? If you would like to check if there are no features then I would suggest using the NoFeaturesTester. If you are looking to check the attribute values then I would suggest using the AttributeFilter.
I hope this answers your question :)
Yes Correct .. i mean no feature .. i used NOFeaturetester but its load on portal as a feature so what I need is when no feature then my portal will count o zero feature
One way to do this is via the API using an HTTPCaller.
See the documentation.
You probably can do where 1=1 or a wildcard for objectid.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.