Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a straight table which is used for comments. Where the user can input the comments using input and that will be stored in a straight table based on time stamp, username and comment. So if i need to delete the selected row in straight table using button how Can I achieve it ?
I just need to select time stamp in the straight table and if i click delete only that row in the table should be deleted.
Thanks for any suggestions / help.
Yes Robin. I just want to delete completely from the straight table. I have tried using macro of "ReduceData" but it didn't work.
I'm don't know if this is possible to be honest, would guess no...
A straight table is just a kind of view on the data model stored in the qvw...
No problem Robin.
But thanks for the quick reply.
Seems works to me as your need. May be explain little more because this is bit interesting and i would love to know new things related kind of new stuff
I have developed Comments as new sheet where user can input comments for dashboard. So I have used macro to get the comments working where user can click on msg box and input comment he needs and it will be copied to the straight table using timestamp, username and comment as I have shared you earlier.
So now I need to delete the any selected comment from the straight table chart if I have entered any mistake in the comments. So I am looking to delete the entire row from straight table based on my selection using Delete button.
I never worked such functionality and Rek. May be some one else offer you.
No Problem and thanks for your reply to this post.