Forum Discussion

PSan1979's avatar
PSan1979
Helper II
6 years ago
Solved

Circular dependency Error

Hi,

 

Getting a Circular dependency Error while trying to fix blank results.

 

 

 

5 Replies

    • PSan1979's avatar
      PSan1979
      Helper II

      Sir, They have given eg in measure. but my issue is I have already calculated and just want to assign Blank() as "Others", when i try to use IF(ISBlank(Col_name), "Others","Student") that time i am getting an error

      • amitchandak's avatar
        amitchandak
        Super User

        PSan1979 , check this lookup value alone, is it working?

        If not is any of these three-column driven from each other?

        or the table itself.

         

        If you have created a table using a select column and using that again. If you have created one table from another use distinct or summarize to make use it is no more a reference

         

        if lookup is working then move its var and check that into you formula

         

        New column =

        var _1 = lookupvalue(..)

        return

        if(isblank(_1), 1,0)