Maybe there’s any easy way to do what I’m looking for, but at present my dates in the user-defined inline-fields aren’t sorting as I expect.
I have in document A:
start-date::1926-05-01
summary:: Great Flood of 1927 begins
and in B:
start-date::1907
summary:: Gubernatorial Election overshadowed by Senate race.
Sometimes I have year only. Sometimes I have year+ month. Sometimes I have a day of the month, also. When I sort by date, my query returns:
Start Date — Label and Summary
May 01, 1926 — Great Flood of 1927 begins
1907 — Gubernatorial Election overshadowed by Senate race.
1927 — Incumbent was defeated in gubernatorial race
I tried adding zeros, but those get put at the very bottom.
Start Date — Label and Summary
May 01, 1926 — Great Flood of 1927 begins
1907 — Gubernatorial Election overshadowed by Senate race.
1927 – Incumbent was defeated in gubernatorial race
1882-00-00 – Election results were questioned.
Is there a way, without setting up intermediate variables, to get:
1882…
May 1, 1926…
1907…
1927…