Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Add recalc parameter to ImportJSON() #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xyzzy529
Copy link

This recalc parameter will allow a field to be changed so that the imports will be re-loaded.
It is basically a dummy parameter to make GSheets believe the parameters have changed and reload the data from the source.

This recalc parameter will allow a field to be changed so that the imports will be re-loaded.
@EnterBrain
Copy link

Yes, it's better then delete/add row.

@rcourtna
Copy link

Works pretty good to reference a field with a checkbox in it. Thanks!
2018-09-19 at 9 17 am

@Vadorequest
Copy link

Note that this doesn't need to be merged to be usable. You can already send a cell reference as 4th parameter and it'll do the trick as well. :)

@shanness
Copy link

shanness commented Apr 8, 2021

Note that this doesn't need to be merged to be usable. You can already send a cell reference as 4th parameter and it'll do the trick as well. :)

Really @Vadorequest ? Doesn't work for me? I had to add @xyzzy529 's extra recalc param to the function for it to work (1 line change + param docs line).

@Vadorequest
Copy link

Glad you got it working, maybe I was wrong, don't remember (2019)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
5 participants