Use a key word(code or something else) to delete a item from list(numbered or not) in UX/Dashboard

Options
Livy
Livy Member, ALL USERS, Partner Posts: 5 Occasional Contributor

just like 

 

a TextBox1 here for input unique key word,   a Button1 here to trigger the action

 

click the button, then will delete the item from a certain list using the condition given in the textbox

 

maybe there's no such function in Anaplan, but would you guys please teach me the most likely way to achieve it?

 

thanks a lot~

Tagged:

Comments

  • Livy
    Livy Member, ALL USERS, Partner Posts: 5 Occasional Contributor

    hi, thank you a lot.

    I knew this is the way which has recommend in level 2 training

    but if the list is large,  you have to identify/check the item by scrolling a lot

    I want to achieve this by......by some normal programming logic

    such as, maybe SQL?   delete from SampleList where code=TextBox.Text

    thank you again~

  • Livy
    Livy Member, ALL USERS, Partner Posts: 5 Occasional Contributor
    thank you!
    but which card type I should use to input some text?
    and how I can turn the text I inputted to a "checkmark" which can be used in the FINDITEM formula....
    sorry for beginner's easy question....
    thank you again
  • Livy
    Livy Member, ALL USERS, Partner Posts: 5 Occasional Contributor
    thank you for your answer~
  • Livy
    Livy Member, ALL USERS, Partner Posts: 5 Occasional Contributor
    thanks~
    it seems that I can't do it without a boolean~
    I will try it~ thank you a lot !