Passing where clause with range that will prompt user in arcpy.select_analysis?

633
0
12-01-2016 08:36 AM
Rohit_Venkat_GandhiMendadhala4
New Contributor

I am trying to query the user to enter a price range so that all those which are in his range will be retrieved.

choice = input("Enter the budget range:")arcpy.Select_analysis("Zillow_Project.shp", "Budget", "'[Price]' in choice" )

The price value should be a range like (startvalue , endvalue) which will be given by the option choice

Tags (2)
0 Kudos
0 Replies