Thank for reading - I'm asking a question, for which I think the answer is already no. But perhaps you might have suggestions that I haven't thought of.
In using JGR and Deducer for editing data, you can easily edit a cell by clicking and writing in something new, but is there any way to Undo what you have done? Furthermore, in editing variables, say for instance, I have a variable of 5 factors, and I delete one factor using the data viewer window, selecting the factor and hitting the minus sign. Is there then any way to get the variable back, short of reloading the data?
If you need clarification, just let me know. Thank you!
As you guessed, the answer is no.
Related
In my app, I am bringing in data and getting it to kick out to datatables for display. However, I then need that data to be available for use with tidygraph which doesn't seem to play well with reactive data. As such, I'd like to make the "reactive" static. Is there a way?
For the record, I 100% am not looking to render this as a data table for display. I already have all that functionality. Whenever I search for a response to this issue, everyone's advice seems to end with renderDT but not put the OP's data back into a workable dataframe.
In short, how do I see reactive data in a frame?
I've tried about every reactive command option there is. Nothing seems to be working.
I figured it out! I simply had to place the problematic action into the reactive, which seems logical but I didn't think it would allow me to do what I wanted. Nevertheless, I have achieved the full functionality that I wanted for this stage.
Thanks for the guidance to those who responded.
I don't know if it is possible, but I have a Jupyter notebook where I'd like to disable some cells in case of a whole run.
That is, 'Run All' would jump over these cells and not trigger them, but they could still be used if ran alone (e.g. with Ctrl+Enter) without changing the code.
I know %%script false --no-raise-error does the trick, but you need to manually change a constant to re-enable the cells when you need them. Ideally, I'd not have to change anything in the code.
Thanks in advance!
Your question resembles another question on here that I've answered recently. It's not the same question but I think my solution to that one actually works better for you. Here's the link to it and I hope it helps: https://stackoverflow.com/a/73978254/16264178
(PS I previously just copy-pasted my answer to the other question to here and that got flagged by a moderator. He was right that that wasn't best practice (answering different questions with the same answer verbatim). The recommendation though was to flag this thread as a duplicate of the other, which it isn't really. They're similar questions but my suggestion was a fairly imperfect solution to the other query, whereas I think it applies very well to the question in this thread. That's why I reposted my answer here with a link to the other one. That was the best thing I could see to do but people should feel free to enlighten me if they know better)
I would really like to take the data that would normally be seen by hovering over each column at once. The graph is an interactive one so its hard to extract all the data at once. I would really like it.
I suggest that you pick a programming language that you know fairly well.
Then load the web pages, use a selector to select the desired elements, and output the data in the format you like.
Please begin writing the code, and update your question when you have something working at least partially, so you can ask precisely where you need help
I am using Flex 4, ActionScript 3.
I want to disable auto-sort. Meaning I want the sort to be executed only when the user clicks the column header, not when new rows are added to the binded collection or when values are changed.
So far, I've found only this on the Internet:
http://tomek.me/disable-sort-on-datagrid-edit-update/
I'd like to avoid doing that if possible.
Many months ago, I found a solution that involved using event.preventDefault() placed somewhere. I thought I wouldn't have a problem finding it again, but I am.
Can someone please help? Thanks!
Bon :-D
Edit/Delete Message
I have face that problem many times before and get the same result as you get is NULL.
It in not possible at all and if possible please change in mx:internal otherwise there is no solution for that.
Have a nice day..
I want to be able to go through all instances of a printed details subreport and do some formatting of records, in part by computing stuff for one record based on another one already printed. The code that prints reports is a bit of a mess, so I think this particular issue is easiest to handle by a kind of postprocessing of a printed report rather than by changing the underlying data binding etc code.
Well, frankly, I am unable to find a way even to get to the point where I could format text records in a single XRTable (XRTable.AfterPrint event does not work for me here) let alone format one XRTable based on values output in another one.
Any suggestions? Is this a FAQ with a standard answer or a FAQ with "we are tired of telling people it cannot be done" answer?
There is no such event :(. A possible solution I've posted by answering
does DevExpress XtraReports have an easily accessible notion of “current detail report being printed”?
question.