-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation of the cross function #214
Comments
I think these 3 points could also be added. Regards, |
Your third point seems to be redundant with my second point ^^. Deduplication is a hard problem! |
@wetneb : there is an overlap, but my 3rd point would be a single line in the doc that would stress that cross() can be used to do self join on the current project. It's just to explicitly state what could be deducted from previous information about the function. For me, your 2nd point is really about the fats that ANY project can be an accessible indexed based Array for I think those are 2 differents concepts that need to be explicitely said. Regards, A. |
The documentation of the cross function should be reviewed and improved:
cell.cross("People","Name").cells["Address"].value[0]
, perhaps should becell.cross("People","Name").cells["Address"][0].value
instead?)The text was updated successfully, but these errors were encountered: