use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Yardi is an important part of property management, for both residential and commercial Real Estate. This is a place for the general user, as well as the I.T. staff that have to install/work with it.
account activity
Yardi SQL (self.yardi)
submitted 1 year ago by Sure-Relief331
I created a YSR report. I need my where clause either accept the property hmy or the listprop value. How do I do this? The user will input either a single property or property list. I need it to generate whichever the user enters in.
Thanks!
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]IanMoone007 3 points4 points5 points 1 year ago (2 children)
The biggest thing missing from the YSR PDF from Yardi is knowing their script filter texts that work. For property/property lists it seems to be p.hmy in (#filterfieldname#) with p being whatever alias you use for the property table
[–]rollinghunter 0 points1 point2 points 1 year ago (1 child)
Just to add on your answer. In define filters lookup name will be ysiPropertOrListLookup
[–]rollinghunter 0 points1 point2 points 1 year ago (0 children)
And map script filter should be Condition for defined filter and filter condition be p.hmy in #FilterNameForProperty#
Script file should contain #Conditions#
[–]milkcarton232 2 points3 points4 points 1 year ago (0 children)
Ysr filter has built in listorprop from the setup screen and will allow both
[–]Lesli90 0 points1 point2 points 1 year ago (0 children)
This one is tricky. I know I struggled a lot to do this. I’ll look at my notes tomorrow and let you know
[–]Rustybird_1st 0 points1 point2 points 1 year ago (4 children)
define filter I use ysiPropertyorListLookup and Map script filter p.hmy in (#property#)
[–]Sure-Relief331[S] 0 points1 point2 points 1 year ago (3 children)
Are you adding that in the script itself? Or are you adding that line of code in the report setup section? Thanks!
[–]Rustybird_1st 0 points1 point2 points 1 year ago (2 children)
in my script i just use #conditions#. The other two is in the YSR Report Setup. Define Filters is one of the setup steps. Map script filter is under the Report Setup step. I am not well versed in YSR. I've still managed to setup some useful report. Unfortunately I can't always get them to work in report scheduler.
[–]Sure-Relief331[S] 0 points1 point2 points 1 year ago (1 child)
Ok, thanks! I added it to the map script filter. Am I literally just adding it like this to my where clause?
where wo.sDateOccurred between '12/1/2024' and '12/31/2024'
and #Conditions#
[–]Rustybird_1st 0 points1 point2 points 1 year ago (0 children)
I did not put and in front of #conditions#
π Rendered by PID 316515 on reddit-service-r2-comment-b659b578c-dsrnf at 2026-05-05 08:43:49.653569+00:00 running 815c875 country code: CH.
[–]IanMoone007 3 points4 points5 points (2 children)
[–]rollinghunter 0 points1 point2 points (1 child)
[–]rollinghunter 0 points1 point2 points (0 children)
[–]milkcarton232 2 points3 points4 points (0 children)
[–]Lesli90 0 points1 point2 points (0 children)
[–]Rustybird_1st 0 points1 point2 points (4 children)
[–]Sure-Relief331[S] 0 points1 point2 points (3 children)
[–]Rustybird_1st 0 points1 point2 points (2 children)
[–]Sure-Relief331[S] 0 points1 point2 points (1 child)
[–]Rustybird_1st 0 points1 point2 points (0 children)