How use load field one2many by context - odoo-8

see this exemple: context="{'field_child_M2o':[parent.field_parent_M2o]}", i want load all values in field_parent(this field was filting ago) to field_child.
can one help me?.

Related

A dynamic text field in QuickSight dashboard

I have a dashboard and I want to show when the dataset was created. I have a column in my dataset and I was trying to use QS Parameters or Calculated Field, but no luck. I can create a static parameter and output that value in a title of visualization, however I can't dynamically select max(my_last_date_filed) from the dataset.
Any ideas?
I used Insight type, where I defined variable as following: Maximum.timeValue.formattedValue, which solved my problem

Duplicate values being created for same column value in a crosstab

I am trying to create a crosstab in webi reports that should look something like this:
Use link https://i.stack.imgur.com/0H5ej.png for the image
That is there is a person 'a' occupying a room 'Room1' for a certain date 01/01/2020 and also a person 'b' occupying 'Room2' for the same date. Have a oracle table from where i am fetching the data into the report.
But instead of that it is being displayed as:
Use link 2 for this image
Please help me with this issue.
Thanks in advance! :)
What object represents the values of 'a' and 'b'? Let's say it is Person. Create a variable called MaxPerson defined as follows and use that in place of Person.
MaxPerson=Max([Person])
Does that work for you?

How to create roport in RTC using BIRT on entered data weekly/monthly manner

I am new for birt,my problem statement is that,when users add value in particular attribute in RTC work item daily ,then take sum of those all values and show the result on weekly/monthly manner in report using birt
Can anyone have any idea on the same?
Thank you in advance

Filter by date in Qlik Cloud

I have sheet in Qlik Cloud, where I have dataset from whole month. I would like to filter this dataset by date or time - 1 day, 1 week, 12 hours... column with date/time in format yyyy/mm/dd hh:mm:ss is in dataset for each row. Is possible insert some calendar? Or have you any idea?
Thanks for your answers ;)
Provided that your data is loaded correctly, drag the field directly onto the sheet. This will create a look-up box that can be searched.
You can see if the field has been identified correctly as a date as it will appear like this on the field selector
Another Option
Create a filter box option and add your date field to it, the benefit of this is that you can have multiple filters in one place. Allowing users to pick the part of the date relevant to them. For example showing the year field, the month field and the date field in one
one more option
Using non-standard Qlik extensions you can achieve the functionality that you require. SenseDateRangePicker is an extension that provides extended date selection functionality.

YUI DataTable - multiple columns filtering

I know, that it is possible to filter dataTable Control on client as it is shown in this exaple:
http://developer.yahoo.com/yui/examples/datatable/dt_localfilter.html
Is it also possible to filter more columns? I'd like to have 2 textfields, and when I type sth to the first one, DataTable would filter according to the 'areacode' (from the example) and when I type sth to the second one, DataTable would filter according to the 'state'.
Is this possible somehow? Thanks for any help.
The simplest way to modify the existing example would be to build a request string that contains the information for each text box. For example (column1=a&colum2=b), modify the doBeforeCallback to split the request and do the filtering for each column.

Resources