Forum Discussion
Anonymous
6 years agoNot applicable
Edit values in query editor
Hi All, I have 3 columns Check1,Check2 and Date. I would like to add Check3 column in query editor and would like to enter its manually as 2 and 3 for 1st and second row respectively.Is it possib...
parry2k
Super User
6 years agoAnonymous is there logic to give value for check3 column, there is many way to achieve this, like add index column or custom column and put the logic there.
for changing value, you can replace value function to update the values but you cannot directly edit the values.
Anonymous
6 years agoNot applicable
Hi parry2k ,
Thanks for your reply.
There is no logic for adding values in those columns. I would like to manually add those values without any logic.
For Changing values, How to use replace value function?
Thanks