I cannot make the account details of Float In show on report

[MOVIMIENTOS DETALLADOS DE CAJA 2 :2, 1, 2]
>>ENTRADAS
{ACCOUNT TRANSACTION DETAILS:Float In}

Why is that?

Are you adding a “Float In” transaction each day (each work period)? Remember, reports only show movements that occur within a particular work period.

Also, remember that {ACCOUNT TRANSACTION DETAILS} needs an additional parameter to specify which account should be reported. Any account transaction affects TWO accounts (removing money from one account and adding money to another account). So you probably need to use something like the following (depending on the account names you use).

{ACCOUNT TRANSACTION DETAILS:Float In:Cash}

Yes I’m Adding a Float In Transaction Each Work Period,
I have my account names in spanish
Float In: Entradas
Cash : Efectivo
Balance Float: Salidas

I Follow the tutorial Float In and Balance In and it worked great

Have This on my report and I can Show Balance Float Account Transaction Details Just Fine
The problem is Float In Doesnt show anything

Here’s my setup :

    [MOVIMIENTOS DETALLADOS DE CAJA:2, 1, 2]
    >>SALIDAS
    {ACCOUNT TRANSACTION DETAILS:Salida de Efectivo:Salida de Efectivo}

    [MOVIMIENTOS DETALLADOS DE CAJA 2 :2, 1, 2]
    >>ENTRADAS
    {ACCOUNT TRANSACTION DETAILS:ENTRADAS:EFECTIVO}

Its also case sensitive, so how are your account names setup?

DETAILS:ENTRADAS:EFECTIVO Is NOT the same as

DETAILS:Entradas:Efectivo

Or

DETAILS:entradas:efectivo

I’m not entirely sure what you are asking and what is/isn’t working.

Can you ask your question again and show clearly what is working (and the output you see) and what is not working (and the output you see)…

You Both were Right thank you I was pointing an account that doesnt exists, i corrected now and it worked thank you