Circular Reference
Posted: Thu Aug 28, 2008 6:01 pm
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!
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!