Hello All,
I have a request. Please help me with this.
I have three tables
I have made a selection and sum expression from some column which matches the _thisrow (Current Stock)
Expression:
SUM(
SELECT(
Fabric Stock In[Quantity In], AND
([Company Name]= [_THISROW].[Company Name],[Fabric Dia]=[_THISROW].[Fabric Dia],[Fabric Colour]=[_THISROW].[Fabric Colour]
))) -SUM(
SELECT(
Daily Production Form[Kilogram / Pcs], AND
([Company Name]= [_THISROW].[Company Name],[Fabric Type]=[_THISROW].[Fabric Type],[Fabric Dia]=[_THISROW].[Fabric Dia],[Fabric Colour]=[_THISROW].[Fabric Colour]
)))
I have used AND function. I think we should use this IF function Beasue Dia Column Does not match but it showing the same value. Iโm totally confused, anyone please help me.
Hey @AbdulNavas, welcome to the community.
First: you might check out the following post; itโs full of tons of helpful tips to help you get stared with using the community to find answers.
I would suggest that you investigate references, theyโll help reduce the formula work youโll have to do.
To specifically answer your question and help with the formula, check out the documentation on SELECT():
Itโs not a good idea to have special characters in your column names, just fyi.
Thanks @MultiTech_Visions I will check it.
User | Count |
---|---|
16 | |
13 | |
8 | |
7 | |
4 |