Forum Discussion

sraj's avatar
sraj
Icon for Responsive Resident rankResponsive Resident
3 years ago
Solved

Manage rules DAX fun for INT

Hi, I am using this in Manage roles to segregate by different queues and I thought this would work [NODE_ID] = "1363", but I am getting this error message.  Data type for NODE ID is whole number.  C...
  • v-jingzhang's avatar
    v-jingzhang
    3 years ago

    Hi sraj 

     

    It should be [NODE_ID] = 1363 rather than [NODE_ID] = "1363". Adding double quotes around a number will conver it into Text type. 

     

    Best Regards,
    Community Support Team _ Jing
    If this post helps, please Accept it as Solution to help other members find it.