Discussões
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Pergunta de fórmula do tipo CASE WHEN
Como posso fazer uma declaração Case When para uma pesquisa salva? Ou seja:
If A or B then 1 else if C or D then 2 else if E or F then 3
Ou mais especificamente:
case when {entitystatus}='A' or {entitystatus}='B' then 1 else case when {entitystatus}='C' or {entitystatus}='D' then 2 else case when {entitystatus}='E' or {entitystatus}='F' then 3 end
Não consigo fazer a combinação correta usando parêntesis, CASE WHEN, ELSE CASE WHEN. Existe alguma forma melhor de criar a declaração?
Rotulado:
1
Olá, bem-vind@!
Faça login
Para ver todos os detalhes, faça o login.
Cadastre-se
Não tem uma conta? Clique aqui para começar!