Question

ArcGIS Portal Data

  • 14 November 2022
  • 3 replies
  • 3 views

Badge +5

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

 

imageimageimage


3 replies

Userlevel 1
Badge +14

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 :)

Badge +5

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

Userlevel 6
Badge +31

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.

Reply