Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
I have a Request Custom Form that allows the user to identify if the Request is for a single asset or multiple assets. Some Asset Categories have an associated child Asset Type, other Asset Categories do not.
I want the Asset Type field to pull in the specific child asset type selection (i.e. Print Asset Type=Letter), or the Asset Category selection that does not have any child asset type, or both. Currently, the field is functioning as expected but it's confusing.
I believe I need an IF statement, but I'm not sure how to write this. I would appreciate any help in making this work.
Asset Type Calc: CONCAT({DE:Print Asset Type},{DE:Web Asset Type})
Asset Type: CONCAT({DE:Asset Type Calc},{DE:Asset Cat Single Calc},{DE:Asset Cat Multi Calc})
I have the following sample fields and Request report:
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
I believe I've solved this.
I've made some progress, but still not there yet. Any help is appreciated!
Visualizações
respostas
Total de curtidas
I've got to admit this is blowing my mind a bit. To clarify, are there two fields someone could use to request assets? If they need one type, they use Single-Select & if they need multiple, the use Multi-Select? Assuming yes, if Web or Print are chosen, then the requestor would see the Print asset or Web Asset type? Are the Web Asset & Print Asset type single selects?
Visualizações
respostas
Total de curtidas
Yes, Web Asset Type and Print Asset Type fields are single select.
This is my latest attempt to simplify:
Visualizações
respostas
Total de curtidas
I tried to simplify further, and it's telling me "\"Letter\"" is not valid.
Visualizações
respostas
Total de curtidas
I'm using this code from this Calculated field that shows multiple values from checkbox field post as a guide.
CONCAT(IF(CONTAINS("Swimlane Portfolio",{DE:AtApp Swimlane Tag}),"Portfolio | ",""),IF(CONTAINS("Swimlane Program",{DE:AtApp Swimlane Tag}),"Program | ",""),IF(CONTAINS("Swimlane Project Owner",{DE:AtApp Swimlane Tag}),"Project Owner | ",""),IF(CONTAINS("Swimlane Project",REPLACE({DE:AtApp Swimlane Tag},"Swimlane Project Owner","SwimlaneProjectOwner")),"Project | ",""))
@Doug_Den_Hoed__AtAppStore @Kiesner10 any chance either of you have any thoughts on how to make this work?
Visualizações
respostas
Total de curtidas
I believe I've solved this.
Visualizações
Curtida
respostas