ExecuteListView Help

anaylor01

Well-Known Member
Licensed User
Longtime User
I am trying to get the below code to work but I keep getting an error.

DBUtils.ExecuteListView(SQL, "SELECT Title FROM Notes", 0, lstNotes, True)

Error description: Cannot cast type: {Type=Double,Rank=0} to: {Type=String,Rank=1}
Occurred on line: 154
DBUtils.ExecuteListView(SQL1, "SELECT Title FROM Notes", 0, lstNotes, True)
Word: 0
 
Top