Hi All,
I am creating a power app and for one of the Text box I have to get data from SQL table. I am using below formula to get all the Inv on a particular day. Date_Pulled Column has data type Date. When I put DateValue(Date_pulled)=DateValue("2022-07-01") condition in the filter I don't get any number but data is present in the SQL table.
Sum(Filter(ARinv,Dept=Dept_Combo.Selected.Dept_code,Prdfamily=Upper(PrdFamily.Selected.PrdFamily),
DateValue(Date_pulled)=DateValue("2022-07-01")),Inv_hand)
Thanks

Report
All responses (
Answers (