Forum Discussion
Create a new table from distinct values with conditions: Common Problem in Software Licensing area
- 9 years ago
Thank you again. This appears to work. Funny, this was not what I was expecting. The measure approach worked, I assume, because of the model I have in place plus each measure is evaluated on its own. So, if I have 4 measures applied against the model, I will get the results specific to each measure. At least, this is the way that it appears.
This was very helpful.
Tim
Hi Tim,
What if you created a measure that returns a 1 only if 'Tool A' = 1:
Only Tool A = IF([Tool A] = 1 && ISBLANK([Tool B]) && ISBLANK([Tool C]);1;blank())
For your other logic you can create seperate measures.
Regards,
Dries
- timothystacy9 years ago
Advocate I
Thank you. I applied the measure as you indicated below and it works. Yet, adding the others to see if it give me all I need. I am knew to this so it may take another day to provide additional feedback.
Tim
- timothystacy9 years ago
Advocate I
Thank you again. This appears to work. Funny, this was not what I was expecting. The measure approach worked, I assume, because of the model I have in place plus each measure is evaluated on its own. So, if I have 4 measures applied against the model, I will get the results specific to each measure. At least, this is the way that it appears.
This was very helpful.
Tim