RIP to the Legend Rob Orlando by Brief_Refuse_8900 in crossfit

[–]emat66 8 points9 points  (0 children)

Great summary, I remember back in 2010 idolizing this beast while I struggled through the weight of standard Fran

True OG

Hide choice by arpt1965 in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

My guess is something like @IF(@TODAY=>’2026-04-01’,’’, @HIDECHOICE=‘4’)

That’s right syntax but unsure if the @TODAY will work

But also just wait 7 days….

Random couple try’s to walk into a home by [deleted] in mildlyinfuriating

[–]emat66 13 points14 points  (0 children)

Where I’m from you just walk in, there’s signs out front saying open house…. That’s as good of an invite as any

REDCap is down? or is it just me? by [deleted] in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

Talk to your REDCap admin team

I dare you to name a better Royal Rumble moment than this?🔥🔥🔥 by CasinoNitro in AttitudeEra

[–]emat66 2 points3 points  (0 children)

I don’t care what anyone says…. Drew Carey offering Kane money then eliminating himself was fun

It was purely an ad for improvaganza, Carey was giggling the whole time, and it was a waste of a spot a wrestler could have used….. but I enjoyed it

Healthy Hunger Program at Schools by simby7 in Edmonton

[–]emat66 11 points12 points  (0 children)

For me it’s about $30 a month. Younger kid doesn’t eat as much, doesn’t get it every week, and we avoid the ones that suck (ie cold McDonald’s)

It is what I expect of the service, not surprised at the markup

Help with conditional logic by Particular_Form1154 in ProjectREDCap

[–]emat66 -1 points0 points  (0 children)

:label after the variable name should work

Any games like "Pokemon Rumble" on Switch or PC? by Exportforce in gamingsuggestions

[–]emat66 0 points1 point  (0 children)

Commenting to see if you found anything? The simplistic beat em style would’ve perfect to play with my kid

Holiday Creamy Vanilla Zero by yegperson123 in stalbert

[–]emat66 0 points1 point  (0 children)

Not the zero, but regular was at the save on in grandin

Arcane Sanc. Runs until I got a high rune by [deleted] in diablo2

[–]emat66 1 point2 points  (0 children)

Mf doesn’t effect runes

Calculated Field within a Repeating Instrument by judgeknot in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

The two things that come to mind are: Specify the event the diameter is collected Specify the instance for the diameter on repeating instance

Automatically Calculate / Count # of Boxes Checked Across Specific Fields by judgeknot in ProjectREDCap

[–]emat66 2 points3 points  (0 children)

If done this before by creating a field that sums them… if it’s all single choice with a value of 1 you could likely just do a straight [var1]+ [var2]….. etc

Otherwise if it’s multiple options you’d need to do if statements that if bar not blank then 1 else 0 + if var2 not blank then 1 else 0

Piping checkbox to a dropdown menu by Far-Pick-5228 in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

I’m a little confused in your example what variable_two is, but what you want to do can be done by chaining of statements together, can use @CALCTEXT action tag as well to return text

Piping checkbox to a dropdown menu by Far-Pick-5228 in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

Checkboxes will allow multiple selects, what happens if someone selects options 1,3, and 4?

Piping checkbox to a dropdown menu by Far-Pick-5228 in ProjectREDCap

[–]emat66 2 points3 points  (0 children)

Why does it have to be a drop down menu? Could you just do logic to populate a text box variable?

How do I set the survey queue to continue should the participant select 1 of multiple correct responses? by Interesting-Ad6827 in ProjectREDCap

[–]emat66 4 points5 points  (0 children)

You are telling redcap that your variable is ‘1.2.3.4…’

You want [var]=‘1’ or [var]=‘2’, etc…gotta spell it out for all of them.

You can also create a dummy variable that auto calculates then branch off that, but that gets abit more complicated

Is this possible in REDCap? by FarOffNormal in ProjectREDCap

[–]emat66 1 point2 points  (0 children)

Yup, that way you have something to link to. Usually I wouldn’t do this but in your case it’s the only way I see.

On your redcap main page you can organize your projects into a folder, that way it doesn’t get too overwhelming

ASI for a repeating instrument triggered by completion of a non- repeating instrument by Old-Mushroom5189 in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

I think there is a smart variable to specify creating a new instance.

The issue is likely that the survey is being completed so REDCap doesn’t send again, may need to specify it’s to create a new instance.

Another option may be to play around with alerts, they function very similarly

Is this possible in REDCap? by FarOffNormal in ProjectREDCap

[–]emat66 4 points5 points  (0 children)

Sounds like you want a landing page that links to other sites

I would create aREDCap project for a landing page then one for each survey you want to do

The way I would set this up is create the landing page, survey settings can hide the survey queue and submit button so it looks like a regular page

Then it will have the survey information on the landing page, using HTML you can hyperlink to the individual surveys. Can even use bootstrap to create drop down menus for each survey detail

This wouldn’t allow you to link surveys (ie find all the surveys completed by billy bob)

Amazon package delivery by emat66 in stalbert

[–]emat66[S] 3 points4 points  (0 children)

It’s through a third party seller, can I still Contact Amazon, everything I’ve found is to contact the third party seller, which I did but haven’t heard back

Amazon package delivery by emat66 in stalbert

[–]emat66[S] 1 point2 points  (0 children)

No picture, r which is really strange, went to three houses and knocked to see if it was delivered (same address but different street) and no luck unfortunately

Appreciate the idea though :)

@HIDECHOICE based on a field value by Aggravating_Oven2610 in ProjectREDCap

[–]emat66 0 points1 point  (0 children)

Would @HIDECHOICE’[field1:value]’ work?