markgraham123
Specialist
2017-10-10
09:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Set Analysis
Hi all,
How do i write the below if statement in Set analysis? Do we have to use any variable?
Any help is highly appreciated.
If( Avg(AtoB) <= 0.083, Sum(Units) )
635 Views
1 Solution
Accepted Solutions
ali_hijazi
Partner - Master II
2017-10-10
09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sum({<column={"=Avg(AtoB) <=0.083"}>} Units)
but please elaborate more
I can walk on water when it freezes
3 Replies
pradosh_thakur
Master II
2017-10-10
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I think you have to be more specific
regards
Pradosh
Learning never stops.
485 Views
ali_hijazi
Partner - Master II
2017-10-10
09:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
sum({<column={"=Avg(AtoB) <=0.083"}>} Units)
but please elaborate more
I can walk on water when it freezes
sunny_talwar
MVP
2017-10-10
10:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is your dimension/s where you are carrying out this calculation?
485 Views