DAX - Summarise with filters - formula

Anyone knows how can I do this fromula ?
It is giving me an error. Tks.
enter image description here

Related

Variable length column overflow whe using TFDLocalSQL

I try to query a clientdataset (cdsSource) with TFDLocalSQL.
The clientdataset has persistent fields, some are stringfields, size 1.
I do a select * from cdsSource , and get an error : "Variable length column overflow".
I found the cause and the solution, but think this is not the way it should be:
The error occurs when the order of the field in the query is different from the order of the persistent fields.
I think the following picture is self-explaining.
It is clear that the data of column "volgnummer" is assigned to the field "NietOpLaadLijst"
the question is : Is this by design ? Or is it a bug ?
Whatever it is, it is extremly confusing .
kind regards,
Dirk Janssens.

Put editable field in Kibana

I'm working with EFK and I would like to know if I can put a field that can be modified by the user in a table lens (or something else as long as it is an array).
It's like a note or a comment about the line.
It is possible to put an editable field in Kibana ?
I saw old posts saying it wasn't possible, but I can't clearly find for now.
Thanks,
Aleridia
No. This is not possible to do with Kibana.

how to in kibana filter a specific index

In kibana I have defined an index pattern that includes multiple indexes like this:
I would like add a filter on field _index during visualization:
Could someone please help me?
When using the AND keyword, the following error is generated: .
Your query syntax is wrong. Using a , between expresssions is not correct. You need to use AND (and it has to be capitalized). For example: _type:x AND _index:y

Hiding a column in a matrix if it is null

Is there a way to hide a matrix column when its value is null? i have searched the web and I found out that I can go to the column properties -> visibility and hide it through an expression:
=iif(Fields!yourColumn.Value=="",true,false)
But whenever I try to put this on, it gives me the error below:
Any help will be appreciated. Thanks guys.

Drupal 6 Views - Get & Set remembered filter values

I have a view with filters, with "remember last option".
I need to get the remembered values from these filters, in order to apply these filters to other sub-views on the site.
Also I need not only to get these values, I need to set these values to another value, o reset them.
Please give a clue, I don't know where to begin. Views code is to big :(
Thanks!
Doing some research in the database & printing the $_SESSION superglobal I found that these values are in $_SESSION['views']. So, I can read these values & also can update them. Problem solved :)

Resources