@anespa wrote:
Dear Friends,
My doubt is,how to filter the json data using multiple field values my json return is : https://api.myjson.com/bins/x9onh
i need to filter it with 3 fields : intWardYearID, intWardNo, intDoorNO
i get the form field value for above 3 fields easily as in code:
getBuilding() { //alert('wardyr'+this.data.wardyear); --> Ward year // like this got all fields here! this.propertyProvider.getBuilding() .then(data => { this.data = data; alert(this.data); //console.log(this.users); }); }
Please advise
Thanks
Anes
Posts: 2
Participants: 2