Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Sumit,
When you use Zip=, Name=, Territory = in set analysis, this doesnt mean you are taking null values from this field. This statement means do not consider any selection made in this fields i.e Zip,Name and Territory.
I hope the idea is clear, if not please elobrate in details.
Regards,
Kaushik Solanki
I know that but in this case that condition is not working. If i am making selection in Zip, name or Territory.. it is changing the value of the expression. I dont know why ??
Hi,
Will you please share the sample application.
Regards,
Kaushik Solanki
Actuallu my application is very huge in size. so i cant upload the file ![]()
Hi,
Can you try to create a sample application to show this problem.
Cause unless we see what you are doing, we wont be able to solve this.
Regards,
Kaushik Solanki
sum({$ <Dimension=>} Field)
--> will give the sum of "Field", not considering the "Dimension" selection (as if all values of "Dimension" were possible).
sum({$ <Dimension={}>} Field)
--> will give the sum of "Field", not considering the "Dimension" selection but filtering only on lines where "Dimension" is null / empty.