Circular reference
Posted: Wed May 20, 2009 8:56 am
Would to repost this issue as I have the same.
This one was never resolved.
it was by kielmc
Hello everyone!
I guess I'm dreaming, but I could swear that I've been able to do this before, using STET would to avoid a circular reference...
I'd like to be able to enter either hours or dollars and and have the other calculate...I've simplified the rules as an example below. Is there a way to do this without creating a third measure?
['Dollars']=IF(['Hours']=0,STET, 1);
['Hours']=IF(['Dollars']=0,STET, 1);
Thanks!
This one was never resolved.
it was by kielmc
Hello everyone!
I guess I'm dreaming, but I could swear that I've been able to do this before, using STET would to avoid a circular reference...
I'd like to be able to enter either hours or dollars and and have the other calculate...I've simplified the rules as an example below. Is there a way to do this without creating a third measure?
['Dollars']=IF(['Hours']=0,STET, 1);
['Hours']=IF(['Dollars']=0,STET, 1);
Thanks!