You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which the word RC is my second excel sheet and therefore when putting it as in the examples of jquery calx it marks an #ERROR, I have the following syntax using razor syntax in c # mvc:
Hello,
I am using jquery calx to add some formulas that I have inside a table, my formula in Excel is the following:
=SI(N3="BLK";BUSCARV(M3;'RC'!J:M;4;FALSO);BUSCARV(M3;'RC'!J:M;3;FALSO))
Hello,
I am using jquery calx to add some formulas that I have inside a table, my formula is the following:
=IF(N3="BLK";VLOOKUP(M3;'RC'!J:M;4;FALSE);VLOOKUP(M3;'RC'!J:M;3;FALSE))
Which the word RC is my second excel sheet and therefore when putting it as in the examples of jquery calx it marks an #ERROR, I have the following syntax using razor syntax in c # mvc:
`
` My script is:@Html.DisplayFor(modelItem => item.ACTUALaxemty)
`@section scripts
{
<script src="~/Scripts/jquery-calx-2.2.7.js"></script>
<script src="~/Scripts/jquery-calx-2.2.7.min.js"></script>
<script src="~/Scripts/jquery-calx-sample-2.2.7.min.js"></script>
<script src="~/Scripts/numeral.min.js"></script>
<script src="~/Scripts/numeric.min.js"></script>
}`
I would appreciate if someone had a similar error, could support me or guide me.
Thanks.
The text was updated successfully, but these errors were encountered: