hello guys , so i was wondering is there a way to customize the predefined values in the time picker and add Monday of every week , i mean i want it to be dynamic so that when the user clic on Monday it will return the data corresponding to Monday of that week .
you can configure the time ranges that are available in the timepicker via Management > Advanced Settings > Time picker defaults.
For achieving your Monday only view, you can use the following time ranges:
from: now/w to: now/w+1d
which will refer to the current time, “rounded” to the week (start of the week), and then just add 1d for the to range, and you should get the desired result.
@timroes , hi how are you , sorry for disturbing you but i've been stuck here and i was wondering , from your point of view is it possible to show every day of a week dynamically or am i doing something wrong because i've tried a lot and nothing happens.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.