My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Comments
-
Did you ever get this resolved? We are having the same issue here. Including the parsing error. Thanks,
-
I think you want to change those ORs to ANDs. case when {custentity_lead_score} >= 0 and {custentity_lead_score} <= 100 then '1' when {custentity_lead_score} >= 101 and {custentity_lead_score} <= 200 then '2' when {custentity_lead_score} >= 201 and {custentity_lead_score} <= 300 then '3' when…