Dashboards & Analytics Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! INC_04050712: Join could not add column:

This morning I made a simple change to a business schema formula  ( added a case w/ in a case statement ).   I tested a dashboard which has insights reflecting the change and all was well.    I opened a second, similar dashboard and ...   all is not ...

RADSr by Captain
  • 1603 Views
  • 1 replies
  • 2 kudos

Resolved! Incorta formula

 Hi Team - Wondering whether below oracle Sql can be achieved using Incorta formula?segment1 is the inputformula_required is the output.select segment1, substr(segment1,1,(length(segment1)-instr(reverse(segment1),'-'))) AS formula_required from dual;...