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 possible to add a column and give its value manually in query editor?
Also can i edit Check2 columns value as 1,4 instead of 2,3 for 1st and 2nd row respectively.
Thanks in Advance.
6 Replies
- parry2kSuper User
Anonymous 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.