Actually, I want one formula for three branch

I have four tables, three tables for my three branches & one for Reports.

  1. Jaudat Jamuna
  2. Paddo Priol
  3. Bihot Bazar
  4. Report
    Every branch has the same product for sales.
    Like:
  5. BBQ Mini
  6. Cheesy Burger
  7. Chicken Sandwich
    I wrote the formula for calculating product sales quantity by filter-branch & product with between dates. By the below formula I can see all Jaudat Jamuna sales. Now I want to see in the same row with individual branch reports by upgrading the below formula. Please help me to add
  8. Paddo Priol
    &
  9. Bihot Bazar
    SUM(SELECT(Jaudat Jamuna[BBQ (Mini)],or(and([Date]>= [Start Date], [Date] <= [End Date],[Order From]=[Order Type]), and([Date]>= [Start Date], [Date] <= [End Date],[Order Type]=โ€œAllโ€)))),

Actually, I want one formula for three branch

0 3 92
3 REPLIES 3

I am scared it is not possible in appsheet as table name can not be variable or multiple table can not full join. So, I think you need to do it separately or you can merge the table manually adding additional field โ€œBranchNameโ€. Then you can prepare report using single query.

Best of luck.

Thanks @shahappsheet

I think so. Thanks for your suggestion.

Hi itโ€™s call โ€œPartitioned across many filesโ€

but Data partitions feature available with Enterprise plans only.

Top Labels in this Space