Help! I need to create an app that will show ...

Help! I need to create an app that will show your data depending on two values. for example if you choose Size Med and Color red it will you show the values on A, B, and C (1,3,4). how can I make this?

0 1 260
1 REPLY 1

@Edgar_Munoz Column A in your table should be {โ€œSmallโ€ , โ€œSmallโ€ , โ€œMedโ€ , โ€œMedโ€ , โ€œLargeโ€ , โ€œLargeโ€} Then you can define a SELECT statement with AND([Size]=โ€œMedโ€,[Color]=โ€œRedโ€)

Top Labels in this Space