Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.1K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Create a manipulate control using data from a dataset?

Posted 6 years ago
POSTED BY: Annesha Bhoumik
2 Replies

Maybe like so:

Manipulate[data[n, "Rec"],
{{n, 1, Keys[data][1, 1]}, MapThread[Rule, {Range[4], Normal@data[All, "userId"]}]}]
POSTED BY: Henrik Schachner

Thanks a lot. This works perfectly.

POSTED BY: Annesha Bhoumik
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard